1
0
Fork 0

Pass options and indexer to workspace

pull/668/head
Jürgen Steitz 2017-03-02 23:11:38 +01:00
parent 44a942e714
commit 940eb9787d
1 changed files with 3 additions and 1 deletions

View File

@ -261,7 +261,9 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
$sourceIndex,
$this->composerLock,
$this->documentLoader,
$this->composerJson
$this->composerJson,
$indexer,
$initializationOptions
);
}