1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 04:14:57 +01:00
This commit is contained in:
Daniil Gentili 2021-09-15 17:16:04 +02:00
parent 957c6b1228
commit 251bf3c741
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -44,7 +44,7 @@ class PsrLogger extends AbstractLogger
*
* @throws \Psr\Log\InvalidArgumentException
*/
public function log($level, \Stringable|string $message, array $context = [])
public function log($level, \Stringable|string $message, array $context = []): void
{
$this->logger->logger($message, self::LEVEL_MAP[$level]);
}