Kevin Breit

Results 2 comments of Kevin Breit

Level 10 appeared in PHPStan 2.0: https://phpstan.org/user-guide/rule-levels Maybe we could check the PHPStan-version to set the correct max-level? Otherwise we give it to the user to select the correct level....

I tried letting PHPStan set the highest level automatically in PHPStan 2.0.2 and 1.12.11 with composer. If I use a non existent level, PHPStan throws an error: ``` vendor/bin/phpstan analyse...