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 Mar 18, 2024
1 parent 0ae6b40 commit 56166a6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Drupal\Core\Messenger\MessengerInterface;
use Drupal\Core\Url;
use Drupal\islandora\IslandoraUtils;
use Drupal\taxonomy\TermInterface;
use Drupal\views\Plugin\views\style\StylePluginBase;
use Drupal\views\ResultRow;
use GuzzleHttp\Client;
Expand Down Expand Up @@ -251,7 +252,7 @@ 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 $structured_text_term
* @param $structured_text_term
* The term representing the media use.
*
* @return array
Expand Down Expand Up @@ -400,7 +401,7 @@ protected function getCanvasDimensions(string $iiif_url, FieldItemInterface $ima
*
* @param \Drupal\Core\Entity\EntityInterface $entity
* The entity at the current row.
* @param \Drupal\taxonomy\TermInterface $structured_text_term
* @param $structured_text_term
* The term representing the media use.
*
* @return string|false
Expand Down Expand Up @@ -477,7 +478,7 @@ protected function defineOptions() {
}

/**
* Undocumented function
* Add the configured search endpoint to the manifest.
*
* @param array $json
* The IIIF manifest.
Expand Down

0 comments on commit 56166a6

Please sign in to comment.