Completed
Pull Request — master (#486)
by Dalibor
02:24
created
src/Gaufrette/Adapter/AwsS3.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -287,6 +287,9 @@
 block discarded – undo
287 287
         return true;
288 288
     }
289 289
 
290
+    /**
291
+     * @param string $key
292
+     */
290 293
     protected function getOptions($key, array $options = [])
291 294
     {
292 295
         $options['ACL'] = $this->options['acl'];
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/AclAwareAmazonS3.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -186,6 +186,9 @@
 block discarded – undo
186 186
         return $this->users;
187 187
     }
188 188
 
189
+    /**
190
+     * @param string $key
191
+     */
189 192
     private function updateAcl($key)
190 193
     {
191 194
         $response = $this->s3->set_object_acl($this->bucketName, $key, $this->getAcl());
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/AzureBlobStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -421,7 +421,7 @@
 block discarded – undo
421 421
     }
422 422
 
423 423
     /**
424
-     * @param string|resource $content
424
+     * @param string $content
425 425
      *
426 426
      * @return string
427 427
      */
Please login to merge, or discard this patch.