Browse Source

DDST-188 : Linting error

pull/23/head
Prashant Kanse 7 months ago
parent
commit
3c4a22cf24
  1. 3
      src/FixityCheckService.php

3
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;

Loading…
Cancel
Save