Browse Source

phpcs fixes

d9_islandora
Eli Zoller 4 years ago
parent
commit
1e3dbaeef3
  1. 2
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php
  2. 1
      tests/src/Kernel/FedoraAdapterTest.php

2
modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

@ -75,7 +75,7 @@ class IIIFManifest extends StylePluginBase {
*/
protected $fileSystem;
/**
/**
* The messenger.
*
* @var \Drupal\Core\Messenger\MessengerInterface

1
tests/src/Kernel/FedoraAdapterTest.php

@ -3,7 +3,6 @@
namespace Drupal\Tests\islandora\Kernel;
use Drupal\islandora\Flysystem\Adapter\FedoraAdapter;
use GuzzleHttp\Psr7;
use GuzzleHttp\Psr7\Utils;
use GuzzleHttp\Psr7\Response;
use Islandora\Chullo\IFedoraApi;

Loading…
Cancel
Save