Completed
Push — master ( 00b3a6...bce893 )
by Mark
02:24
created
src/Migrator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
             return [];
39 39
         }
40 40
 
41
-        $files = array_map(function ($file) {
41
+        $files = array_map(function($file) {
42 42
             return str_replace('.php', '', basename($file));
43 43
 
44 44
         }, $files);
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     {
132 132
         $datePath = $this->getDateFolderStructure($file);
133 133
 
134
-        return $this->path . '/' . $datePath . $file;
134
+        return $this->path.'/'.$datePath.$file;
135 135
     }
136 136
 
137 137
     /**
Please login to merge, or discard this patch.