From d02a9cc91f140cdec2d5265c69ed1924443f4900 Mon Sep 17 00:00:00 2001 From: "user.email" Date: Fri, 25 Oct 2024 09:14:23 -0400 Subject: [PATCH] DDST-554: Linting error fix --- src/Plugin/OaiMetadataMap/DgiStandard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/OaiMetadataMap/DgiStandard.php b/src/Plugin/OaiMetadataMap/DgiStandard.php index 8149f10..94ae6ff 100644 --- a/src/Plugin/OaiMetadataMap/DgiStandard.php +++ b/src/Plugin/OaiMetadataMap/DgiStandard.php @@ -4,8 +4,8 @@ use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; -use Drupal\Core\Field\FieldItemListInterface; use Drupal\Core\Field\EntityReferenceFieldItemListInterface; +use Drupal\Core\Field\FieldItemListInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\dgi_image_discovery\ImageDiscovery; use Drupal\entity_reference_revisions\EntityReferenceRevisionsFieldItemList;