Completed
Push — master ( 8d277a...4cf76b )
by Pierre
03:04
created
src/Gaufrette/Adapter/Ftp.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@  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,
17
-                     SizeCalculator
15
+                        FileFactory,
16
+                        ListKeysAware,
17
+                        SizeCalculator
18 18
 {
19 19
     protected $connection = null;
20 20
     protected $directory;
@@ -263,8 +263,8 @@  discard block
 block discarded – undo
263 263
         $this->fileData = array_merge($fileData, $this->fileData);
264 264
 
265 265
         return array(
266
-           'keys' => array_keys($fileData),
267
-           'dirs' => $dirs,
266
+            'keys' => array_keys($fileData),
267
+            'dirs' => $dirs,
268 268
         );
269 269
     }
270 270
 
Please login to merge, or discard this patch.