Test Setup Failed
Pull Request — master (#4)
by
unknown
05:07
created
src/PsrLog4Php/DefaultFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function format($level, $message, array $context = array())
14 14
     {
15 15
         if (is_string($message)) {
16
-            return $message . ' ' . json_encode($context);
16
+            return $message.' '.json_encode($context);
17 17
         }
18 18
 
19 19
         // Cannot append encoded context without causing an error, or blocking log4php object renderers.
Please login to merge, or discard this patch.