Fix some self deprecation notices

This commit is contained in:
Yassine Guedidi
2025-01-18 23:56:06 +01:00
parent 5a8b581adf
commit 98ed784af3
47 changed files with 57 additions and 49 deletions

View File

@ -37,7 +37,7 @@ abstract class AbstractImport implements ImportInterface
$this->eventDispatcher = $eventDispatcher;
}
public function setLogger(LoggerInterface $logger)
public function setLogger(LoggerInterface $logger): void
{
$this->logger = $logger;
}