@@ -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 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * @author Paweł Czyżewski <[email protected]> |
19 | 19 | */ |
20 | 20 | class AzureBlobStorage implements Adapter, |
21 | - MetadataSupporter |
|
21 | + MetadataSupporter |
|
22 | 22 | { |
23 | 23 | /** |
24 | 24 | * Error constants. |