@@ -20,7 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | private function getFormatter( |
22 | 22 | ContainerInterface $container, |
23 | - string|FormatterInterface $formatter, |
|
23 | + string | FormatterInterface $formatter, |
|
24 | 24 | string $serviceName |
25 | 25 | ): FormatterInterface { |
26 | 26 | if (is_string($formatter)) { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | $ident, |
36 | 36 | $options['facility'] ?? LOG_USER, |
37 | 37 | $options['level'] ?? Logger::DEBUG, |
38 | - !isset($options['bubble']) || (bool)$options['bubble'], |
|
38 | + !isset($options['bubble']) || (bool) $options['bubble'], |
|
39 | 39 | $options['logopts'] ?? LOG_PID |
40 | 40 | ); |
41 | 41 | } |
@@ -68,7 +68,7 @@ |
||
68 | 68 | */ |
69 | 69 | private function getFormatter( |
70 | 70 | ContainerInterface $container, |
71 | - string|FormatterInterface $formatter, |
|
71 | + string | FormatterInterface $formatter, |
|
72 | 72 | string $serviceName |
73 | 73 | ): FormatterInterface { |
74 | 74 | if (is_string($formatter)) { |