Completed
Push — master ( 1961e1...3cc396 )
by Maxime
33s
created
src/Gaufrette/Adapter/Ftp.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -264,8 +264,8 @@
 block discarded – undo
264 264
         $this->fileData = array_merge($fileData, $this->fileData);
265 265
 
266 266
         return [
267
-           'keys' => array_keys($fileData),
268
-           'dirs' => $dirs,
267
+            'keys' => array_keys($fileData),
268
+            'dirs' => $dirs,
269 269
         ];
270 270
     }
271 271
 
Please login to merge, or discard this patch.