Fix PHPStan issues
This commit is contained in:
parent
a08f93c188
commit
98fba9306f
6 changed files with 10 additions and 8 deletions
|
@ -9,6 +9,8 @@ parameters:
|
|||
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 Illuminate\\Support\\HigherOrderCollectionProxy::id()#'
|
||||
includes:
|
||||
- vendor/mglaman/phpstan-drupal/extension.neon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue