mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
fix interface bug
This commit is contained in:
parent
9704a7363a
commit
8f6c1b5360
|
|
@ -30,7 +30,7 @@ class SizeConverter implements \Psr\Log\LoggerAwareInterface
|
|||
$this->logger = $logger;
|
||||
}
|
||||
|
||||
public function setLogger(LoggerInterface $logger)
|
||||
public function setLogger(LoggerInterface $logger) : void
|
||||
{
|
||||
$this->logger = $logger;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user