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:
parent
e6fcb79392
commit
e7d73c3ff2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user