Passed
Pull Request — main (#53)
by
unknown
10:23
created
src/FluentHandler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.