summaryrefslogtreecommitdiffstatshomepage
path: root/core/phpstan-partial.neon
blob: 9310c6e291a5dab29262cff381b4fe0f33b8123c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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