We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We've configured PHPStan, but it reports a bunch of errors (ignored thanks to the baseline). These are quite important errors though.
Remove the phpstan-baseline.neon file and fix the issues. Also, we must consider to increase the PHPStan level one by one, up to at least level 7.
If there are too many errors at the upper levels, stop if it takes too long to fix the problems.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
We've configured PHPStan, but it reports a bunch of errors (ignored thanks to the baseline). These are quite important errors though.
Describe the solution you'd like
Remove the phpstan-baseline.neon file and fix the issues. Also, we must consider to increase the PHPStan level one by one, up to at least level 7.
Describe alternatives you've considered
If there are too many errors at the upper levels, stop if it takes too long to fix the problems.
Additional context
N/A
The text was updated successfully, but these errors were encountered: