Passed
Push — develop ( e383cf...350b49 )
by nguereza
09:07
created
src/Migration/Seed/Command/SeedCreateDbCommand.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -257,6 +257,4 @@
 block discarded – undo
257 257
         );
258 258
         $export = join(PHP_EOL, array_filter(['['] + $array));
259 259
         
260
-        return $export;
261
-    }
262
-}
260
+        return $export
263 261
\ No newline at end of file
Please login to merge, or discard this patch.