Completed
Pull Request — master (#487)
by Sylvain
03:31
created
src/Gaufrette/Adapter/Cache.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @deprecated The Cache adapter is deprecated since version 0.4 and will be removed in 1.0.
17 17
  */
18 18
 class Cache implements Adapter,
19
-                       MetadataSupporter
19
+                        MetadataSupporter
20 20
 {
21 21
     /**
22 22
      * @var Adapter
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/Sftp.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * @deprecated The Sftp adapter is deprecated since version 0.4 and will be removed in 1.0.
12 12
  */
13 13
 class Sftp implements Adapter,
14
-                      ChecksumCalculator
14
+                        ChecksumCalculator
15 15
 {
16 16
     protected $sftp;
17 17
     protected $directory;
Please login to merge, or discard this patch.