@@ -15,7 +15,7 @@ |
||
| 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 | } |