@@ -53,7 +53,7 @@ |
||
53 | 53 | { |
54 | 54 | $directoryIterator = new RecursiveDirectoryIterator($path); |
55 | 55 | foreach (new RecursiveIteratorIterator($directoryIterator) as $file) { |
56 | - if (! in_array($file->getExtension(), $this->fileExtensions)) { |
|
56 | + if (!in_array($file->getExtension(), $this->fileExtensions)) { |
|
57 | 57 | continue; |
58 | 58 | } |
59 | 59 |