@@ -85,7 +85,7 @@ |
||
85 | 85 | */ |
86 | 86 | public function readDirRaw(string $path): array |
87 | 87 | { |
88 | - $iterator = new DirectoryIterator($path); |
|
88 | + $iterator = new DirectoryIterator($path); |
|
89 | 89 | |
90 | 90 | $contents = []; |
91 | 91 | foreach ($iterator as $fileInfo) { |