oliverdavies.uk-drupal-old/phpstan.neon

14 lines
317 B
Plaintext
Raw Permalink Normal View History

2020-04-24 07:54:02 +00:00
parameters:
level: 7
paths:
- web/modules/custom
- web/themes/custom
excludes_analyse:
- *Test.php
- *TestBase.php
checkMissingIterableValueType: false
includes:
- vendor/mglaman/phpstan-drupal/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- phpstan-baseline.neon