Completed
Pull Request — master (#16)
by
unknown
08:02
created
src/Signature.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      */
92 92
     private $time = null;
93 93
 	
94
-	/**
94
+    /**
95 95
      * @var bool use AWS Accelerate
96 96
      */
97 97
     private $accelerate = false;
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
         $this->bucket = $bucket;
118 118
         $this->region = new Region($region);
119 119
 		
120
-		$this->accelerate = $accelerate;
120
+        $this->accelerate = $accelerate;
121 121
 
122 122
         $this->setOptions($options);
123 123
     }
Please login to merge, or discard this patch.