Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistCloseRevisionWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Explicitly closes Differential revisions. | * Explicitly closes Differential revisions. | ||||
| */ | */ | ||||
| final class ArcanistCloseRevisionWorkflow extends ArcanistBaseWorkflow { | final class ArcanistCloseRevisionWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'close-revision'; | return 'close-revision'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **close-revision** [__options__] __revision__ | **close-revision** [__options__] __revision__ | ||||
| ▲ Show 20 Lines • Show All 139 Lines • Show Last 20 Lines | |||||