1
0
Fork 0

Fixed PHPDoc for LanguageServer::initialize()

pull/31/head
Stephan Unverwerth 2016-09-19 20:31:50 +02:00
parent a34426fb4e
commit 1865ce8538
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class LanguageServer extends \AdvancedJsonRpc\Dispatcher
* *
* @param int $processId The process Id of the parent process that started the server. * @param int $processId The process Id of the parent process that started the server.
* @param ClientCapabilities $capabilities The capabilities provided by the client (editor) * @param ClientCapabilities $capabilities The capabilities provided by the client (editor)
* @param string $rootPath The rootPath of the workspace. Is null if no folder is open. * @param string|null $rootPath The rootPath of the workspace. Is null if no folder is open.
* @return InitializeResult * @return InitializeResult
*/ */
public function initialize(int $processId, ClientCapabilities $capabilities, string $rootPath = null): InitializeResult public function initialize(int $processId, ClientCapabilities $capabilities, string $rootPath = null): InitializeResult