You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPStan reports errors when run manually or during a CI run. I saw this first when working on #58 but then I reproduced this on the main branch as well. That is the reason I am creating a new issue and a PR.
Steps to reproduce
Make sure you are on the latest dependencies with composer update
Run composer dev:analyze:phpstan
Expected behavior
We should see a message from PHPStan saying [OK] No errors.
Description
PHPStan reports errors when run manually or during a CI run. I saw this first when working on #58 but then I reproduced this on the
main
branch as well. That is the reason I am creating a new issue and a PR.Steps to reproduce
composer update
composer dev:analyze:phpstan
Expected behavior
We should see a message from PHPStan saying
[OK] No errors
.Screenshots or output
See output below or on one of the recent CI runs.
Environment details
Additional context
None
The text was updated successfully, but these errors were encountered: