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
config7.neon
In the phpunit-drupal-phpstan.neon file we have the following declared:
phpunit-drupal-phpstan.neon
parameters: level: 7
However, the level parameter means nothing outside of CommandHelper. We need to include the specific file properly
level
includes: - ../../../extension.neon - ../../../vendor/phpstan/phpstan/conf/config.level7.neon
The text was updated successfully, but these errors were encountered:
Add support for checking multiple paths (implements mglaman#63)
b975801
Successfully merging a pull request may close this issue.
In the
phpunit-drupal-phpstan.neon
file we have the following declared:However, the
level
parameter means nothing outside of CommandHelper. We need to include the specific file properlyThe text was updated successfully, but these errors were encountered: