Completed
Push — master ( f3d80d...8d277a )
by Pierre
08:08 queued 05:26
created
src/Gaufrette/Adapter/InMemory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/AzureBlobStorage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.