Fix PHPStan and PHPCS errors
This commit is contained in:
parent
f5a0225c86
commit
b49b487590
4 changed files with 12 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue