| @@ -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 | } |