Skip to content

Commit

Permalink
Islandora IIIF: Address PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp committed Jul 11, 2024
1 parent e30bf3d commit 240094e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 240094e

Please sign in to comment.