Completed
Push — master ( 8d8d40...93822b )
by Nicolas
14s queued 11s
created
src/Gaufrette/Adapter/AzureBlobStorage.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
  * @author Paweł Czyżewski <[email protected]>
22 22
  */
23 23
 class AzureBlobStorage implements Adapter,
24
-                                  MetadataSupporter,
25
-                                  SizeCalculator,
26
-                                  ChecksumCalculator
24
+                                    MetadataSupporter,
25
+                                    SizeCalculator,
26
+                                    ChecksumCalculator
27 27
 
28 28
 {
29 29
     /**
Please login to merge, or discard this patch.