Completed
Push — master ( 9c520a...7a92ab )
by Nicolas
02:52 queued 10s
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.