From 8f2e83ced758e795c172101487b2fd62f1360401 Mon Sep 17 00:00:00 2001
From: Alexander O'Neill <alexander@born-digital.com>
Date: Wed, 5 Jul 2023 09:21:00 -0300
Subject: [PATCH] Address PHPCS errors.

---
 .../islandora_iiif/src/Plugin/views/style/IIIFManifest.php    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php
index a02ccd81..5d4c5ff8 100644
--- a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php
+++ b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php
@@ -95,7 +95,7 @@ class IIIFManifest extends StylePluginBase {
   protected $messenger;
 
   /**
-   * @var \Drupal\Core\Extention\ModuleHandlerInterface;
+   * @var \Drupal\Core\Extention\ModuleHandlerInterface
    */
   protected $moduleHandler;
 
@@ -279,7 +279,7 @@ class IIIFManifest extends StylePluginBase {
           // Give other modules a chance to alter the canvas.
           $alter_options = [
             'options' => $this->options,
-            'views_plugin' => $this
+            'views_plugin' => $this,
           ];
           $this->moduleHandler->alter('islandora_iiif_manifest_canvas', $tmp_canvas, $row, $alter_options);