From d8505456658004c99f6e9a664f9342cdad2f0a6c Mon Sep 17 00:00:00 2001 From: JojoVes Date: Fri, 10 May 2024 13:27:05 -0300 Subject: [PATCH] alphabetize use statements used phpcbf --standard=Drupal,DrupalPractice --- src/Drush/Commands/DerivativesGenerator.php | 2 +- src/Drush/Commands/GenerateThumbnails.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Drush/Commands/DerivativesGenerator.php b/src/Drush/Commands/DerivativesGenerator.php index a1aad74..f38861d 100644 --- a/src/Drush/Commands/DerivativesGenerator.php +++ b/src/Drush/Commands/DerivativesGenerator.php @@ -6,8 +6,8 @@ use Drupal\Core\DependencyInjection\DependencySerializationTrait; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; -use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drupal\islandora_drush_utils\Drush\Commands\Traits\NodeIdParsingTrait; +use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drush\Commands\DrushCommands; use Symfony\Component\DependencyInjection\ContainerInterface; diff --git a/src/Drush/Commands/GenerateThumbnails.php b/src/Drush/Commands/GenerateThumbnails.php index e612c46..461e9c5 100644 --- a/src/Drush/Commands/GenerateThumbnails.php +++ b/src/Drush/Commands/GenerateThumbnails.php @@ -6,8 +6,8 @@ use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; -use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drupal\islandora_drush_utils\Drush\Commands\Traits\NodeIdParsingTrait; +use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drush\Commands\DrushCommands; use Symfony\Component\DependencyInjection\ContainerInterface;