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
|
2020-05-08 17:46:31 +00:00
|
|
|
ignoreErrors:
|
|
|
|
- '#Call to an undefined method Drupal\\Core\\Entity\\EntityInterface::set()#'
|
2020-05-09 21:31:34 +00:00
|
|
|
- '#Call to an undefined method Drupal\\Core\\Field\\FieldItemListInterface::referencedEntities()#'
|
2020-04-24 07:54:02 +00:00
|
|
|
includes:
|
|
|
|
- vendor/mglaman/phpstan-drupal/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
|