Passed
Push — main ( de6041...10d7c5 )
by yuuki
10:31 queued 13s
created
src/FluentHandler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     public function __construct(
51 51
         protected LoggerInterface $logger,
52 52
         string $tagFormat = null,
53
-        Level|int|string $level = Level::Debug,
53
+        Level | int | string $level = Level::Debug,
54 54
         bool $bubble = true
55 55
     ) {
56 56
         if ($tagFormat !== null) {
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
      *
104 104
      * @return array<string, mixed>|string
105 105
      */
106
-    protected function getContext(array $context): array|string
106
+    protected function getContext(array $context): array | string
107 107
     {
108 108
         if ($this->contextHasException($context)) {
109 109
             return $this->getContextExceptionTrace($context);
Please login to merge, or discard this patch.