Skip to content

Updated symfony dependencies #56

Updated symfony dependencies

Updated symfony dependencies #56

Re-run triggered January 10, 2026 09:28
Status Failure
Total duration 15s
Artifacts

static.yml

on: pull_request
PHPStan
11s
PHPStan
PHP-CS-Fixer
6s
PHP-CS-Fixer
Fit to window
Zoom out
Zoom in

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.