Completed
Push — master ( 8a2391...d39c99 )
by Iurii
04:25
created
models/Extractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.