upgrade to integration tests 4 #54
static.yml
on: pull_request
PHPStan
12s
PHP-CS-Fixer
7s
Annotations
3 errors
|
PHPStan:
src/ResponseReader.php (in context of class Http/Client/Socket/Client)#L42
Call to function array_key_exists() with 'timed_out' and array{timed_out: bool, blocked: bool, eof: bool, unread_bytes: int, stream_type: string, wrapper_type: string, wrapper_data: mixed, mode: string, ...} will always evaluate to true.
|
|
PHPStan:
src/Client.php#L117
Parameter #1 $message of class Http\Client\Socket\Exception\ConnectionException constructor expects string, string|null given.
|
|
PHPStan:
src/Client.php#L114
Parameter #1 $message of class Http\Client\Socket\Exception\TimeoutException constructor expects string, string|null given.
|