From 240094e3d86d458e1249b3bb2a61ef4327e22822 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Thu, 11 Jul 2024 01:25:48 -0300 Subject: [PATCH] Islandora IIIF: Address PHPCS errors. --- modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php index 6e0393a3a..526e34eb7 100644 --- a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php +++ b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php @@ -222,7 +222,6 @@ public function render() { $label = $this->t("IIIF Manifest"); } - // @see https://iiif.io/api/presentation/2.1/#manifest $json += [ '@type' => 'sc:Manifest', @@ -271,8 +270,6 @@ public function render() { * @param string $iiif_base_id * The URL for the request, minus the last part of the URL, * which is likely "manifest". - * @param \Drupal\taxonomy\TermInterface|null $structured_text_term - * The term that structured text media references, if any. * * @return array * List of IIIF URLs to display in the Openseadragon viewer.