diff --git a/src/workflow/ArcanistLintWorkflow.php b/src/workflow/ArcanistLintWorkflow.php index 6463c463..9ac3910d 100644 --- a/src/workflow/ArcanistLintWorkflow.php +++ b/src/workflow/ArcanistLintWorkflow.php @@ -5,7 +5,7 @@ * * @group workflow */ -class ArcanistLintWorkflow extends ArcanistBaseWorkflow { +final class ArcanistLintWorkflow extends ArcanistBaseWorkflow { const RESULT_OKAY = 0; const RESULT_WARNINGS = 1;