We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffa064 commit 4c17fb1Copy full SHA for 4c17fb1
src/Psalm/Internal/LanguageServer/Server/TextDocument.php
@@ -92,6 +92,7 @@ public function didSave(TextDocumentItem $textDocument)
92
/**
93
* The document change notification is sent from the client to the server to signal changes to a text document.
94
*
95
+ * @param \LanguageServerProtocol\VersionedTextDocumentIdentifier $textDocument
96
* @param \LanguageServerProtocol\TextDocumentContentChangeEvent[] $contentChanges
97
98
* @return void
0 commit comments