Skip to content

Commit 848701c

Browse files
committed
fix: add missed linting fixes
1 parent 42be72e commit 848701c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"name": "islandora_lite/serve_iiif_file",
33
"type": "drupal-module",
44
"description": "Gets static IIIF files for the Islandora mirador viewer",
5-
"keywords": ["Drupal"]
5+
"keywords": ["Drupal"],
6+
"require": {}
67
}

tests/src/Functional/LoadTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Drupal\Tests\serve_iiif_file\Functional;
44

5-
use Drupal\Core\Url;
65
use Drupal\Tests\BrowserTestBase;
76
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
87

0 commit comments

Comments
 (0)