1
0
Fork 0
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:
vrana 2012-11-02 12:35:09 -07:00
parent 027483f29a
commit 851e579e94

View file

@ -61,6 +61,7 @@
abstract class ArcanistLintEngine {
protected $workingCopy;
protected $paths = array();
protected $fileData = array();
protected $charToLine = array();