mglaman / phpstan-drupal

Extension for PHPStan to allow analysis of Drupal code.
https://phpstan-drupal.mglaman.dev/
MIT License
198 stars 76 forks source link

EntityReference formatter stubs #789

Open mstrelan opened 2 months ago

mstrelan commented 2 months ago

Fixes the following issue (and other similar issues) when checkFunctionArgumentTypes: true is enabled

Parameter #1 $items of method Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceFormatterBase::getEntitiesToView() expects Drupal\Core\Field\EntityReferenceFieldItemListInterface, Drupal\Core\Field\FieldItemListInterface given.