Skip to content
Snippets Groups Projects

Issue #3469210: Fix remaining phpstan / Drupal 11 issues

Merged Joshua Sedler requested to merge issue/field_formatter-3469210:3.x into 3.x
Files
8
@@ -7,8 +7,8 @@ use Drupal\Core\Entity\EntityTypeBundleInfoInterface;
use Drupal\Core\Entity\FieldableEntityInterface;
use Drupal\Core\Field\FieldDefinitionInterface;
use Drupal\Core\Field\FieldItemListInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceFormatterBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Language\LanguageManagerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
Loading