From 3c4a22cf246385fe13640a95c6d30cd4cad528d1 Mon Sep 17 00:00:00 2001 From: Prashant Kanse Date: Mon, 17 Jun 2024 19:25:36 -0400 Subject: [PATCH] DDST-188 : Linting error --- src/FixityCheckService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FixityCheckService.php b/src/FixityCheckService.php index c249756..e6cc552 100644 --- a/src/FixityCheckService.php +++ b/src/FixityCheckService.php @@ -18,7 +18,6 @@ use Drupal\filehash\FileHash; use Drupal\media\MediaInterface; use Drupal\views\ViewExecutable; use Drupal\views\Views; -use Psr\Log\LoggerInterface; /** * Decorates the FileHash services adding additional functionality. @@ -51,7 +50,7 @@ class FixityCheckService implements FixityCheckServiceInterface { /** * The logger for this service. * - * @var Psr\Log\LoggerInterface + * @var \Psr\Log\LoggerInterface */ protected $logger;