1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Fix language server

This commit is contained in:
Matt Brown 2020-10-19 13:13:50 -04:00 committed by Daniil Gentili
parent dab7da02bd
commit f28c35d96a
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -87,6 +87,7 @@ class TextDocument
/**
* The document change notification is sent from the client to the server to signal changes to a text document.
*
* @param \LanguageServerProtocol\VersionedTextDocumentIdentifier $textDocument
* @param \LanguageServerProtocol\TextDocumentContentChangeEvent[] $contentChanges
*/
public function didChange(VersionedTextDocumentIdentifier $textDocument, array $contentChanges): void