From 7a415e7e0cb8ddd95a3e6b68ba763b277e4d7100 Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 21 Feb 2013 12:35:43 -0800 Subject: [PATCH] Make ArcanistLintWorkflow final Summary: FB doesn't extend it. Test Plan: This diff. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5050 --- src/workflow/ArcanistLintWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;