Open mstrelan opened 2 months ago
Fixes the following issue (and other similar issues) when checkFunctionArgumentTypes: true is enabled
checkFunctionArgumentTypes: true
Parameter #1 $items of method Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceFormatterBase::getEntitiesToView() expects Drupal\Core\Field\EntityReferenceFieldItemListInterface, Drupal\Core\Field\FieldItemListInterface given.
Fixes the following issue (and other similar issues) when
checkFunctionArgumentTypes: true
is enabled