Completed
Push — master ( 295de3...ae09f8 )
by Dmitry
03:29
created
src/log/ConsoleTarget.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     {
47 47
         if ($this->exportContext[$level] ?? false) {
48 48
             $export = VarDumper::export($context);
49
-            Console::stdout($export . "\n");
49
+            Console::stdout($export."\n");
50 50
         }
51 51
     }
52 52
 
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
         } else {
63 63
             return;
64 64
         }
65
-        Console::stdout($message . "\n");
65
+        Console::stdout($message."\n");
66 66
     }
67 67
 
68 68
     protected function getContextMessage()
Please login to merge, or discard this patch.