Skip to content

Merge pull request #167 from Chris53897/patch-1 #152

Merge pull request #167 from Chris53897/patch-1

Merge pull request #167 from Chris53897/patch-1 #152

Triggered via push February 16, 2025 16:17
Status Failure
Total duration 22s
Artifacts

static.yml

on: push
PHPStan
13s
PHPStan
PHP-CS-Fixer
8s
PHP-CS-Fixer
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Authentication/Chain.php#L26
Instanceof between Http\Message\Authentication and Http\Message\Authentication will always evaluate to true.
PHPStan: src/Builder/ResponseBuilder.php#L1
Ignored error pattern #^Else branch is unreachable because ternary operator condition is always true\.$# in path /github/workspace/src/Builder/ResponseBuilder.php was not matched in reported errors.
PHPStan: src/Builder/ResponseBuilder.php#L76
Call to function is_string() with string will always evaluate to true.
PHPStan: src/Builder/ResponseBuilder.php#L77
Call to function is_object() with *NEVER* will always evaluate to true.
PHPStan: src/Builder/ResponseBuilder.php#L77
Call to function method_exists() with *NEVER* and '__toString' will always evaluate to true.
PHPStan: src/Builder/ResponseBuilder.php#L83
Call to function is_object() with *NEVER* will always evaluate to true.
PHPStan: src/Cookie.php#L476
Call to function is_int() with int will always evaluate to true.
PHPStan: src/CookieJar.php#L84
Cannot call method match() on mixed.
PHPStan: src/CookieJar.php#L168
Cannot call method getName() on mixed.
PHPStan: src/CookieJar.php#L172
Cannot call method matchDomain() on mixed.