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:
parent
d7e9cbcef3
commit
79c3779033
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user