1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

fix didChange event in LSP

This commit is contained in:
ging-dev 2023-02-02 16:41:10 +07:00
parent d7e9cbcef3
commit 79c3779033

View File

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