Test Setup Failed
Push — master ( 42b949...b4c6d5 )
by Herberto
02:05
created
src/LocalFileSystem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.