Skip to content

Commit

Permalink
A few more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismacdonaldw committed Apr 19, 2024
1 parent 6a2edb6 commit ec99559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/migrate/process/Parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

use Drupal\Core\Plugin\ContainerFactoryPluginInterface;

use Drupal\foxml\Utility\Fedora3\FoxmlParser;
use Drupal\foxml\Utility\Fedora3\Element\DigitalObject;
use Drupal\foxml\Utility\Fedora3\FoxmlParser;
use Drupal\migrate\ProcessPluginBase;
use Drupal\migrate\MigrateException;
use Drupal\migrate\MigrateExecutableInterface;
use Drupal\migrate\Row;
use Drupal\migrate\MigrateException;

use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
4 changes: 2 additions & 2 deletions src/Plugin/migrate/source/Foxml.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Drupal\foxml\Plugin\migrate\source;

use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;

use Drupal\foxml\Utility\Fedora3\ObjectLowLevelAdapterInterface;
use Drupal\migrate\Plugin\migrate\source\SourcePluginBase;
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate\Plugin\migrate\source\SourcePluginBase;

use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down

0 comments on commit ec99559

Please sign in to comment.