mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add back possibly undefined docblock class suppression
This commit is contained in:
parent
0db49e38f0
commit
eacb3d7aa0
@ -135,9 +135,9 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
||||
// Invoke the method handler to get a result
|
||||
/**
|
||||
* @var Promise
|
||||
* @psalm-suppress UndefinedDocblockClass
|
||||
*/
|
||||
$dispatched = $this->dispatch($msg->body);
|
||||
/** @psalm-suppress MixedAssignment */
|
||||
$result = yield $dispatched;
|
||||
} catch (AdvancedJsonRpc\Error $e) {
|
||||
// If a ResponseError is thrown, send it back in the Response
|
||||
|
Loading…
x
Reference in New Issue
Block a user