mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Also add back MixedAssignment suppression
This commit is contained in:
parent
eacb3d7aa0
commit
c82834ebe4
@ -138,6 +138,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
||||
* @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…
Reference in New Issue
Block a user