From 8110e14687c843a472560ac16e5a36528824e572 Mon Sep 17 00:00:00 2001 From: "user.email" Date: Mon, 7 Oct 2024 21:07:33 -0400 Subject: [PATCH] DDST-554: Fix linting error --- 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 73ca88c..e11705c 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;