Skip to content

Check autoload functions before callback #4530

Check autoload functions before callback

Check autoload functions before callback #4530

Triggered via pull request April 23, 2024 08:08
Status Failure
Total duration 1m 10s
Artifacts

phpstan.yml

on: pull_request
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PHPStan (8.1, true): src/Composer/EventDispatcher/EventDispatcher.php#L462
Only booleans are allowed in an if condition, array given.
PHPStan (8.1, true): src/Composer/EventDispatcher/EventDispatcher.php#L464
Only booleans are allowed in a negated boolean, array given.
PHPStan (8.1, true)
Process completed with exit code 1.
PHPStan (7.2, false): src/Composer/EventDispatcher/EventDispatcher.php#L462
Only booleans are allowed in an if condition, array<int, callable>|false given.
PHPStan (7.2, false): src/Composer/EventDispatcher/EventDispatcher.php#L464
Only booleans are allowed in a negated boolean, array<int, callable>|false given.
PHPStan (7.2, false)
Process completed with exit code 1.