diff --git a/src/Psalm/Internal/LanguageServer/Server/TextDocument.php b/src/Psalm/Internal/LanguageServer/Server/TextDocument.php index 8b5b92013bf..45bad8145c0 100644 --- a/src/Psalm/Internal/LanguageServer/Server/TextDocument.php +++ b/src/Psalm/Internal/LanguageServer/Server/TextDocument.php @@ -408,8 +408,6 @@ public function codeAction(TextDocumentIdentifier $textDocument, Range $range): * https://github.com/felixfbecker/php-language-server-protocol * See: * https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#workspaceEdit - * - * @psalm-suppress InvalidArgument */ $edit = new WorkspaceEdit([ $textDocument->uri => [