1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix generator ref

This commit is contained in:
Matthew Brown 2019-02-06 14:17:44 -05:00
parent e6fcb79392
commit e7d73c3ff2

View File

@ -103,7 +103,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
/** @return void */
asyncCoroutine(
/**
* @return Generator<int, \Amp\Promise, mixed, void>
* @return \Generator<int, \Amp\Promise, mixed, void>
*/
function (Message $msg) {
if (!$msg->body) {