Skip to content

Commit

Permalink
Remove unused suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Apr 1, 2022
1 parent b69e22a commit 25105ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Psalm/Internal/LanguageServer/Server/TextDocument.php
Expand Up @@ -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 => [
Expand Down

0 comments on commit 25105ff

Please sign in to comment.