Completed
Pull Request — master (#16)
by Robbie
01:59
created
src/Command/Object/ChildrenCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             return;
43 43
         }
44 44
         sort($classes);
45
-        $rows = array_map(function ($class) {
45
+        $rows = array_map(function($class) {
46 46
             return [$class];
47 47
         }, $classes);
48 48
 
Please login to merge, or discard this patch.