Completed
Pull Request — master (#617)
by Nicolas
03:29
created
src/Gaufrette/Adapter/Cache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Gaufrette\Adapter;
4 4
 
5
-use Gaufrette\File;
6 5
 use Gaufrette\Adapter;
7 6
 use Gaufrette\Adapter\InMemory as InMemoryAdapter;
8 7
 
Please login to merge, or discard this patch.
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.