Passed
Branch master (68220c)
by Thorsten
02:28
created
Category
src/Migration/FlysystemMigrationLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         $filesystem = $this->connector->getConnection();
24 24
         $contents = $filesystem->listContents($this->settings['location'], true);
25
-        $migrationFiles = array_filter($contents, function ($fileinfo) {
25
+        $migrationFiles = array_filter($contents, function($fileinfo) {
26 26
             return isset($fileinfo['extension']) && $fileinfo['extension'] === 'php';
27 27
         });
28 28
 
Please login to merge, or discard this patch.