1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-22 12:41:18 +01:00

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
This commit is contained in:
vrana 2013-02-21 12:35:43 -08:00
parent 459251a8d0
commit 7a415e7e0c

View file

@ -5,7 +5,7 @@
*
* @group workflow
*/
class ArcanistLintWorkflow extends ArcanistBaseWorkflow {
final class ArcanistLintWorkflow extends ArcanistBaseWorkflow {
const RESULT_OKAY = 0;
const RESULT_WARNINGS = 1;