oliverdavies.uk-drupal-old/phpstan.neon
2020-12-08 00:18:24 +00:00

18 lines
684 B
Plaintext

parameters:
level: 7
paths:
- web/modules/custom
- web/themes/custom
excludes_analyse:
- *Test.php
- *TestBase.php
checkMissingIterableValueType: false
ignoreErrors:
- '#Call to an undefined method Drupal\\Core\\Field\\FieldItemListInterface::referencedEntities()#'
- '#Call to an undefined method Drupal\\views\\Plugin\\views\\query\\QueryPluginBase::addOrderBy().#'
- '#Call to an undefined method GuzzleHttp\\ClientInterface::post().#'
- '#Call to an undefined method Tightenco\\Collect\\Support\\HigherOrderCollectionProxy::id()#'
includes:
- vendor/mglaman/phpstan-drupal/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon