Skip to content

prepare release

prepare release #153

Triggered via push December 10, 2025 16:39
Status Failure
Total duration 15s
Artifacts

static.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/CookieJar.php#L172
Cannot call method matchDomain() on mixed.
PHPStan: src/CookieJar.php#L168
Cannot call method getName() on mixed.
PHPStan: src/CookieJar.php#L84
Cannot call method match() on mixed.
PHPStan: src/Cookie.php#L476
Call to function is_int() with int 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/Builder/ResponseBuilder.php#L77
Call to function method_exists() with *NEVER* and '__toString' 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#L76
Call to function is_string() with string will always evaluate to true.
PHPStan: src/Builder/ResponseBuilder.php#L0
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/Authentication/Chain.php#L26
Instanceof between Http\Message\Authentication and Http\Message\Authentication will always evaluate to true.