Add missing documentLoader property
parent
fc5f356d37
commit
333ebf0802
|
@ -76,6 +76,11 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
||||||
*/
|
*/
|
||||||
protected $contentRetriever;
|
protected $contentRetriever;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var PhpDocumentLoader
|
||||||
|
*/
|
||||||
|
protected $documentLoader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param PotocolReader $reader
|
* @param PotocolReader $reader
|
||||||
* @param ProtocolWriter $writer
|
* @param ProtocolWriter $writer
|
||||||
|
|
Loading…
Reference in New Issue