Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistFlagWorkflow.php
| <?php | <?php | ||||
| final class ArcanistFlagWorkflow extends ArcanistBaseWorkflow { | final class ArcanistFlagWorkflow extends ArcanistWorkflow { | ||||
| private static $colorMap = array( | private static $colorMap = array( | ||||
| 0 => 'red', // Red | 0 => 'red', // Red | ||||
| 1 => 'yellow', // Orange | 1 => 'yellow', // Orange | ||||
| 2 => 'yellow', // Yellow | 2 => 'yellow', // Yellow | ||||
| 3 => 'green', // Green | 3 => 'green', // Green | ||||
| 4 => 'blue', // Blue | 4 => 'blue', // Blue | ||||
| 5 => 'magenta', // Pink | 5 => 'magenta', // Pink | ||||
| ▲ Show 20 Lines • Show All 204 Lines • Show Last 20 Lines | |||||