Fix PHPStan and PHPCS errors

This commit is contained in:
Oliver Davies 2020-06-01 19:03:25 +01:00
parent f5a0225c86
commit b49b487590
4 changed files with 12 additions and 15 deletions

View file

@ -8,8 +8,8 @@ parameters:
- *TestBase.php
checkMissingIterableValueType: false
ignoreErrors:
- '#Call to an undefined method Drupal\\Core\\Entity\\EntityInterface::set()#'
- '#Call to an undefined method Drupal\\Core\\Field\\FieldItemListInterface::referencedEntities()#'
- '#Call to an undefined method Drupal\\Core\\Field\\FieldItemListInterface::referencedEntities()#'
- '#Call to an undefined method Illuminate\\Support\\HigherOrderCollectionProxy::id()#'
includes:
- vendor/mglaman/phpstan-drupal/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon