oliverdavies.uk-drupal-old/phpstan.neon

17 lines
586 B
Plaintext
Raw Normal View History

2020-04-24 08:54:02 +01:00
parameters:
level: 7
paths:
- web/modules/custom
- web/themes/custom
excludes_analyse:
- *Test.php
- *TestBase.php
checkMissingIterableValueType: false
ignoreErrors:
2020-06-01 19:03:25 +01:00
- '#Call to an undefined method Drupal\\Core\\Field\\FieldItemListInterface::referencedEntities()#'
2020-09-04 20:49:23 +01:00
- '#Call to an undefined method Drupal\\views\\Plugin\\views\\query\\QueryPluginBase::addOrderBy().#'
- '#Call to an undefined method GuzzleHttp\\ClientInterface::post().#'
2020-04-24 08:54:02 +01:00
includes:
- vendor/mglaman/phpstan-drupal/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon