Passed
Push — master ( a82862...b3d1c8 )
by Bruno
06:05
created
Modelarium/Frontend/FrontendGenerator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,14 +171,14 @@
 block discarded – undo
171 171
         ];
172 172
 
173 173
         $import = array_map(
174
-            function ($i) use ($name) {
174
+            function($i) use ($name) {
175 175
                 return "import {$name}$i from './{$name}$i.vue';";
176 176
             },
177 177
             $items
178 178
         );
179 179
 
180 180
         $export = array_map(
181
-            function ($i) use ($name) {
181
+            function($i) use ($name) {
182 182
                 return "    {$name}$i,\n";
183 183
             },
184 184
             $items
Please login to merge, or discard this patch.