From 1865ce853894cf70b3bf2084501a64e58ef84425 Mon Sep 17 00:00:00 2001 From: Stephan Unverwerth Date: Mon, 19 Sep 2016 20:31:50 +0200 Subject: [PATCH] Fixed PHPDoc for LanguageServer::initialize() --- src/LanguageServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LanguageServer.php b/src/LanguageServer.php index c88cda6..79abc83 100644 --- a/src/LanguageServer.php +++ b/src/LanguageServer.php @@ -77,7 +77,7 @@ class LanguageServer extends \AdvancedJsonRpc\Dispatcher * * @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 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 */ public function initialize(int $processId, ClientCapabilities $capabilities, string $rootPath = null): InitializeResult