1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Suppress issue

This commit is contained in:
Matthew Brown 2019-11-30 01:30:55 -05:00
parent d7c3ce2fa8
commit 0fa654e011

View File

@ -48,6 +48,7 @@ class ProtocolStreamReader implements ProtocolReader
asyncCall(
/**
* @return \Generator<int, string, string, void>
* @psalm-suppress MixedReturnTypeCoercion
*/
function () use ($input) : \Generator {
while ($this->is_accepting_new_requests && ($chunk = yield $input->read()) !== null) {