@@ -252,7 +252,7 @@ |
||
252 | 252 | $scanned = array_merge($scanned, $this->scanRecursive($directory)); |
253 | 253 | } |
254 | 254 | |
255 | - $files = array_filter($scanned, function ($file) { |
|
255 | + $files = array_filter($scanned, function($file) { |
|
256 | 256 | return $this->isSupportedFile($file); |
257 | 257 | }); |
258 | 258 |