@@ -29,7 +29,7 @@ |
||
| 29 | 29 | * @inheritDoc |
| 30 | 30 | * @phpstan-ignore-next-line |
| 31 | 31 | */ |
| 32 | - public function log($level, $message, array $context = []): void |
|
| 32 | + public function log($level, $message, array $context = [ ]): void |
|
| 33 | 33 | { |
| 34 | 34 | /** @phpstan-ignore psr3.interpolated */ |
| 35 | 35 | $this->logger->log($level, $this->prefix . $message, $this->context + $context); |