1
0
Fork 0

fix(initialize symbols with array)

pull/15/head
Levan Gabeskiria 2016-09-08 22:26:43 +04:00
parent 42d26daf7b
commit 1502c8bcab
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class SymbolFinder extends NodeVisitorAbstract
/**
* @var \LanguageServer\Protocol\SymbolInformation[]
*/
public $symbols;
public $symbols = [];
/**
* @var string