@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | public function __construct( |
53 | 53 | protected LoggerInterface $logger, |
54 | 54 | string $tagFormat = null, |
55 | - Level|int|string $level = Level::Debug, |
|
55 | + Level | int | string $level = Level::Debug, |
|
56 | 56 | bool $bubble = true |
57 | 57 | ) { |
58 | 58 | if ($tagFormat !== null) { |
@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | * |
106 | 106 | * @return array|string |
107 | 107 | */ |
108 | - protected function getContext(array $context): array|string |
|
108 | + protected function getContext(array $context): array | string |
|
109 | 109 | { |
110 | 110 | if ($this->contextHasException($context)) { |
111 | 111 | return $this->getContextExceptionTrace($context); |