Completed
Push — master ( 578058...a989ed )
by Alex
31s queued 12s
created
src/Factory/FactoryFormatterProviderTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.
src/Factory/Handler/SyslogHandlerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.