1
0
Fork 0

Remove unneded line

pull/136/head
Felix Becker 2016-11-06 18:42:01 +01:00
parent fdb3d4bb6f
commit 6f6f6f3f45
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
*/ */
public function initialize(int $processId, ClientCapabilities $capabilities, string $rootPath = null): InitializeResult public function initialize(int $processId, ClientCapabilities $capabilities, string $rootPath = null): InitializeResult
{ {
$this->rootPath = $rootPath; $this->rootPath = $rootPath;
$this->clientCapabilities = $capabilities; $this->clientCapabilities = $capabilities;
$this->project = new Project($this->client, $capabilities); $this->project = new Project($this->client, $capabilities);