Skip to content

Commit 4c17fb1

Browse files
committed
Fix language server
1 parent bffa064 commit 4c17fb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Psalm/Internal/LanguageServer/Server/TextDocument.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function didSave(TextDocumentItem $textDocument)
9292
/**
9393
* The document change notification is sent from the client to the server to signal changes to a text document.
9494
*
95+
* @param \LanguageServerProtocol\VersionedTextDocumentIdentifier $textDocument
9596
* @param \LanguageServerProtocol\TextDocumentContentChangeEvent[] $contentChanges
9697
*
9798
* @return void

0 commit comments

Comments
 (0)