Skip to content

Commit

Permalink
alphabetize use statements
Browse files Browse the repository at this point in the history
used phpcbf --standard=Drupal,DrupalPractice
  • Loading branch information
JojoVes committed May 10, 2024
1 parent 83c7a75 commit d850545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drush/Commands/DerivativesGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Commands/GenerateThumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d850545

Please sign in to comment.