From 9f6cf32e5d1dbbd21e582466ad718a6beacfca76 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 30 Sep 2016 10:17:28 +0200 Subject: [PATCH] Correct workspace/symbol documentation --- src/Server/Workspace.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Server/Workspace.php b/src/Server/Workspace.php index 9f193f6..3624844 100644 --- a/src/Server/Workspace.php +++ b/src/Server/Workspace.php @@ -46,7 +46,6 @@ class Workspace /** * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string. - * document. * * @param string $query * @return SymbolInformation[]