mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix language server
This commit is contained in:
parent
1a6b684993
commit
32787169d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user