You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
408 B
10 lines
408 B
# Configuration file for PHPStan static code checking, see https://phpstan.org . |
|
# PHPStan with partial analysis is triggered in commit-code-check.sh. |
|
includes: |
|
- phpstan.neon.dist |
|
|
|
# Do not add additional configuration to this file. This configuration exists |
|
# only to allow core/scripts/dev/commit-code-check.sh to run against a subset of |
|
# the codebase. |
|
parameters: |
|
reportUnmatchedIgnoredErrors: false |