Browse Source

Fix PHPCS errors.

pull/952/head
Alexander O'Neill 1 year ago committed by Seth Shaw
parent
commit
6fe405ee93
  1. 3
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

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

@ -325,7 +325,8 @@ class IIIFManifest extends StylePluginBase {
* @param \Drupal\Core\Entity\EntityInterface $entity
* The entity at the current row.
* @param \Drupal\views\ResultRow $row
* Result row. * @param int $delta
* Result row.
* @param int $delta
* The delta in case there are multiple canvases on one media.
*
* @return string|false

Loading…
Cancel
Save