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[]