Passed
Push — master ( 42cd76...fd00d5 )
by Bruno
04:07
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.