mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Suppress issue
This commit is contained in:
parent
d7c3ce2fa8
commit
0fa654e011
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user