Passed
Pull Request — master (#349)
by KwangSeob
02:29
created
src/Dumper.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
 
26 26
     public static function dd($x)
27 27
     {
28
-        array_map(function ($x) {
28
+        array_map(function($x) {
29 29
             (new self())->dump($x);
30 30
         }, func_get_args());
31 31
         exit(1);
Please login to merge, or discard this patch.