mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 06:26:17 +00:00
Allow new psr/log & monolog
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ class Readability implements LoggerAwareInterface
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function setLogger(LoggerInterface $logger)
|
||||
public function setLogger(LoggerInterface $logger): void
|
||||
{
|
||||
$this->logger = $logger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user