fix(initialize symbols with array)
parent
42d26daf7b
commit
1502c8bcab
|
@ -23,7 +23,7 @@ class SymbolFinder extends NodeVisitorAbstract
|
||||||
/**
|
/**
|
||||||
* @var \LanguageServer\Protocol\SymbolInformation[]
|
* @var \LanguageServer\Protocol\SymbolInformation[]
|
||||||
*/
|
*/
|
||||||
public $symbols;
|
public $symbols = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
|
Loading…
Reference in New Issue