Test Failed
Pull Request — master (#12)
by wujunze
03:09
created
src/Targets/EchoTarget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
                     continue;
26 26
                 }
27 27
                 ArrayHelper::remove($msg, '%c');
28
-                echo implode($this->split, $msg) . PHP_EOL;
28
+                echo implode($this->split, $msg).PHP_EOL;
29 29
             }
30 30
         }
31 31
     }
Please login to merge, or discard this patch.