Completed
Pull Request — master (#23)
by Zac
02:06
created
src/Adapter/AmazonS3.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -230,10 +230,10 @@
 block discarded – undo
230 230
     }
231 231
 
232 232
     /**
233
-    * Ensures the specified bucket exists. If is does not, and create is true, it will try to create it.
234
-    *
235
-    * @return boolean
236
-    */
233
+     * Ensures the specified bucket exists. If is does not, and create is true, it will try to create it.
234
+     *
235
+     * @return boolean
236
+     */
237 237
     private function ensureBucketExists()
238 238
     {
239 239
         if ($this->haveEnsuredBucketExists) {
Please login to merge, or discard this patch.