Passed
Pull Request — master (#127)
by
unknown
02:25
created
src/Utils/FileSystemUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
             $paths = $this->collectPathsRecursively($rootPath, $pattern);
16 16
         }
17 17
 
18
-        return array_filter($paths, function ($item) {
18
+        return array_filter($paths, function($item) {
19 19
             return is_file($item);
20 20
         });
21 21
     }
Please login to merge, or discard this patch.