oliverdavies.uk-drupal-old/phpstan.neon
Oliver Davies cae2091436 build(deps): remove discoverable_entity_bundle_classes
As this module is no longer supported, remove it from the codebase and
update all references to it within the custom code - instead manually
wrapping nodes with the `Post` or `Talk` class, or returning it from a
Repository.

Fixes: #465
2021-12-17 23:05:41 +00:00

14 lines
317 B
Plaintext

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