Test Setup Failed
Branch master (a6b51a)
by Teodoro
10:53
created
Category
src/Formatter/Handler/ArrayHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function handler(mixed $message, array $context = []): string
19 19
     {
20 20
         if (is_array($message)) {
21
-            $message =  $this->encode($message);
21
+            $message = $this->encode($message);
22 22
         }
23 23
 
24 24
         return parent::handler($message, $context);
Please login to merge, or discard this patch.