@@ -29,7 +29,7 @@ |
||
| 29 | 29 | * @param array $context |
| 30 | 30 | * @return void |
| 31 | 31 | */ |
| 32 | - public function log(mixed $level, string|\Stringable $message, array $context = []): void |
|
| 32 | + public function log(mixed $level, string | \Stringable $message, array $context = []): void |
|
| 33 | 33 | { |
| 34 | 34 | $text = $this->interpolate($message, $context); |
| 35 | 35 | $color = '1;37'; |