1
0
Fork 0

Add missing documentLoader property

pull/229/head
Felix Becker 2017-01-04 16:27:35 -08:00
parent fc5f356d37
commit 333ebf0802
1 changed files with 5 additions and 0 deletions

View File

@ -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