Passed
Push — master ( 85f0a2...67671d )
by Bruno
03:37
created
Formularium/Factory/FrameworkFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     public static function factoryAll(): array
91 91
     {
92 92
         return array_map(
93
-            function ($f) {
93
+            function($f) {
94 94
                 $fName = $f . '\\Framework';
95 95
                 return new $fName();
96 96
             },
Please login to merge, or discard this patch.
util/makeRenderable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
 $shortopts = "v:p::t::";
10 10
 $longopts = array(
11
-    "renderable:",     // Required value
11
+    "renderable:", // Required value
12 12
     "framework::",
13 13
     "namespace::",
14 14
     "path::",
Please login to merge, or discard this patch.