1
0
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:
Brown 2020-04-04 12:15:53 -04:00
parent eacb3d7aa0
commit c82834ebe4

View File

@ -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