bug fixes and subscription improvements

This commit is contained in:
Dennis Eichhorn 2023-04-25 01:51:28 +00:00
parent a4fd969973
commit 1fc65a38db

View File

@ -1552,7 +1552,7 @@ class Mpdf implements \Psr\Log\LoggerAwareInterface
/** /**
* @param \Psr\Log\LoggerInterface * @param \Psr\Log\LoggerInterface
* *
* @return \Mpdf\Mpdf * @return void
*/ */
public function setLogger(LoggerInterface $logger) public function setLogger(LoggerInterface $logger)
{ {
@ -1563,8 +1563,6 @@ class Mpdf implements \Psr\Log\LoggerAwareInterface
$this->$name->setLogger($logger); $this->$name->setLogger($logger);
} }
} }
return $this;
} }
private function initConfig(array $config) private function initConfig(array $config)