Browse Source

Remove unused use statements.

pull/960/head
Rosie Le Faive 1 year ago
parent
commit
0665310346
  1. 1
      src/Flysystem/Adapter/FedoraAdapter.php
  2. 1
      tests/src/Kernel/FedoraAdapterTest.php

1
src/Flysystem/Adapter/FedoraAdapter.php

@ -3,7 +3,6 @@
namespace Drupal\islandora\Flysystem\Adapter; namespace Drupal\islandora\Flysystem\Adapter;
use GuzzleHttp\Psr7\Header; use GuzzleHttp\Psr7\Header;
use function GuzzleHttp\Psr7\parse_header;
use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Logger\LoggerChannelInterface;
use Islandora\Chullo\IFedoraApi; use Islandora\Chullo\IFedoraApi;
use League\Flysystem\AdapterInterface; use League\Flysystem\AdapterInterface;

1
tests/src/Kernel/FedoraAdapterTest.php

@ -4,7 +4,6 @@ namespace Drupal\Tests\islandora\Kernel;
use Prophecy\PhpUnit\ProphecyTrait; use Prophecy\PhpUnit\ProphecyTrait;
use GuzzleHttp\Psr7\Utils; use GuzzleHttp\Psr7\Utils;
use function GuzzleHttp\Psr7\stream_for;
use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Logger\LoggerChannelInterface;
use Drupal\islandora\Flysystem\Adapter\FedoraAdapter; use Drupal\islandora\Flysystem\Adapter\FedoraAdapter;
use GuzzleHttp\Psr7\Response; use GuzzleHttp\Psr7\Response;

Loading…
Cancel
Save