mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
fix styling issues
This commit is contained in:
parent
4ae5d50f56
commit
46c3f1cbf3
@ -12,11 +12,11 @@ use LanguageServerProtocol\DiagnosticSeverity;
|
||||
use LanguageServerProtocol\InitializeResult;
|
||||
use LanguageServerProtocol\Position;
|
||||
use LanguageServerProtocol\Range;
|
||||
use LanguageServerProtocol\SaveOptions;
|
||||
use LanguageServerProtocol\ServerCapabilities;
|
||||
use LanguageServerProtocol\SignatureHelpOptions;
|
||||
use LanguageServerProtocol\TextDocumentSyncKind;
|
||||
use LanguageServerProtocol\TextDocumentSyncOptions;
|
||||
use LanguageServerProtocol\SaveOptions;
|
||||
use Psalm\Internal\Analyzer\IssueData;
|
||||
use Psalm\Internal\Analyzer\ProjectAnalyzer;
|
||||
use Psalm\Internal\LanguageServer\Server\TextDocument;
|
||||
|
@ -300,7 +300,8 @@ class TextDocument
|
||||
}
|
||||
|
||||
/**
|
||||
* The signature help request is sent from the client to the server to request signature information at a given cursor position.
|
||||
* The signature help request is sent from the client to the server to request signature
|
||||
* information at a given cursor position.
|
||||
*
|
||||
* @param TextDocumentIdentifier $textDocument
|
||||
* @param Position $position
|
||||
|
Loading…
Reference in New Issue
Block a user