Completed
Push — master ( 2ac371...5060e8 )
by Andrew
6s
created
src/Gaufrette/Adapter/Ftp.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@  discard block
 block discarded – undo
12 12
  * @author  Antoine Hérault <[email protected]>
13 13
  */
14 14
 class Ftp implements Adapter,
15
-                     FileFactory,
16
-                     ListKeysAware
15
+                        FileFactory,
16
+                        ListKeysAware
17 17
 {
18 18
     protected $connection = null;
19 19
     protected $directory;
@@ -258,8 +258,8 @@  discard block
 block discarded – undo
258 258
         $this->fileData = array_merge($fileData, $this->fileData);
259 259
 
260 260
         return array(
261
-           'keys' => array_keys($fileData),
262
-           'dirs' => $dirs,
261
+            'keys' => array_keys($fileData),
262
+            'dirs' => $dirs,
263 263
         );
264 264
     }
265 265
 
Please login to merge, or discard this patch.