Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Nov 24, 2023
1 parent 08270ff commit 850a748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Normalizer/V3/ImageItemNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\file\FileInterface;
use Drupal\iiif_presentation_api\Event\V3\ImageBodyEvent;
use Drupal\iiif_presentation_api\Normalizer\EntityUriTrait;
use Drupal\iiif_presentation_api\Normalizer\V3\NormalizerBase;
use Drupal\iiif_presentation_api\Event\V3\ImageBodyEvent;
use Drupal\image\Plugin\Field\FieldType\ImageItem;
use Drupal\islandora_iiif_presentation_api\Normalizer\FieldItemSpecificNormalizerTrait;
use Psr\EventDispatcher\EventDispatcherInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Normalizer/V3/ImageMediaEntityNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Drupal\iiif_presentation_api\Normalizer\EntityUriTrait;
use Drupal\iiif_presentation_api\Normalizer\V3\ContentEntityNormalizer;
use Drupal\media\MediaInterface;
use Symfony\Component\Serializer\Exception\LogicException;

/**
* Normalizer for image media entities.
Expand Down

0 comments on commit 850a748

Please sign in to comment.