Completed
Push — master ( bce893...4ab2af )
by Mark
06:22 queued 02:57
created
src/Migrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
             return [];
29 29
         }
30 30
 
31
-        $files = array_map(function ($file) {
31
+        $files = array_map(function($file) {
32 32
             return str_replace('.php', '', basename($file));
33 33
 
34 34
         }, $files);
Please login to merge, or discard this patch.