mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +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 {
|
abstract class ArcanistLintEngine {
|
||||||
|
|
||||||
protected $workingCopy;
|
protected $workingCopy;
|
||||||
|
protected $paths = array();
|
||||||
protected $fileData = array();
|
protected $fileData = array();
|
||||||
|
|
||||||
protected $charToLine = array();
|
protected $charToLine = array();
|
||||||
|
|
Loading…
Reference in a new issue