mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Declare undeclared variable in lint engine
Test Plan: $ arc lint Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3876
This commit is contained in:
parent
027483f29a
commit
851e579e94
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
abstract class ArcanistLintEngine {
|
||||
|
||||
protected $workingCopy;
|
||||
protected $paths = array();
|
||||
protected $fileData = array();
|
||||
|
||||
protected $charToLine = array();
|
||||
|
|
Loading…
Reference in a new issue