@@ -8,8 +8,8 @@ |
||
8 | 8 | use Gaufrette\File; |
9 | 9 | |
10 | 10 | class PhpseclibSftp implements Adapter, |
11 | - FileFactory, |
|
12 | - ListKeysAware |
|
11 | + FileFactory, |
|
12 | + ListKeysAware |
|
13 | 13 | { |
14 | 14 | protected $sftp; |
15 | 15 | protected $directory; |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * @author Daniel Richter <[email protected]> |
19 | 19 | */ |
20 | 20 | class OpenCloud implements Adapter, |
21 | - ChecksumCalculator |
|
21 | + ChecksumCalculator |
|
22 | 22 | { |
23 | 23 | /** |
24 | 24 | * @var Service |
@@ -15,8 +15,8 @@ |
||
15 | 15 | * @author Leszek Prabucki <[email protected]> |
16 | 16 | */ |
17 | 17 | class DoctrineDbal implements Adapter, |
18 | - ChecksumCalculator, |
|
19 | - ListKeysAware |
|
18 | + ChecksumCalculator, |
|
19 | + ListKeysAware |
|
20 | 20 | { |
21 | 21 | protected $connection; |
22 | 22 | protected $table; |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * @author Antoine Hérault <[email protected]> |
14 | 14 | */ |
15 | 15 | class InMemory implements Adapter, |
16 | - MimeTypeProvider |
|
16 | + MimeTypeProvider |
|
17 | 17 | { |
18 | 18 | protected $files = array(); |
19 | 19 |
@@ -12,9 +12,9 @@ discard block |
||
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 |
||
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 |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * @deprecated The AclAwareAmazonS3 adapter is deprecated since version 0.4 and will be removed in 1.0. Use the AwsS3 adapter instead. |
20 | 20 | */ |
21 | 21 | class AclAwareAmazonS3 implements Adapter, |
22 | - MetadataSupporter |
|
22 | + MetadataSupporter |
|
23 | 23 | { |
24 | 24 | protected $delegate; |
25 | 25 | protected $s3; |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * @deprecated The AmazonS3 adapter is deprecated since version 0.4 and will be removed in 1.0. Use the AwsS3 adapter instead. |
19 | 19 | */ |
20 | 20 | class AmazonS3 implements Adapter, |
21 | - MetadataSupporter |
|
21 | + MetadataSupporter |
|
22 | 22 | { |
23 | 23 | protected $service; |
24 | 24 | protected $bucket; |
@@ -16,7 +16,7 @@ |
||
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 |
@@ -11,7 +11,7 @@ |
||
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; |