Remove unneded line
parent
fdb3d4bb6f
commit
6f6f6f3f45
|
@ -114,7 +114,6 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
|||
*/
|
||||
public function initialize(int $processId, ClientCapabilities $capabilities, string $rootPath = null): InitializeResult
|
||||
{
|
||||
|
||||
$this->rootPath = $rootPath;
|
||||
$this->clientCapabilities = $capabilities;
|
||||
$this->project = new Project($this->client, $capabilities);
|
||||
|
|
Loading…
Reference in New Issue