Skip to content

docs: remove $ in bash command #151

docs: remove $ in bash command

docs: remove $ in bash command #151

Triggered via pull request February 15, 2025 10:49
Status Failure
Total duration 17s
Artifacts

static.yml

on: pull_request
PHPStan
9s
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.