Completed
Push — master ( 03ba26...623769 )
by Jacob
34s
created
src/StorageEngine/AmazonS3StorageEngine.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@  discard block
 block discarded – undo
143 143
      * Sets the ACL the asset should be stored with.
144 144
      *
145 145
      * @param   string
146
+     * @param string $acl
146 147
      */
147 148
     public function setAcl($acl)
148 149
     {
@@ -154,6 +155,7 @@  discard block
 block discarded – undo
154 155
      * Sets the bucket the assets should be stored to.
155 156
      *
156 157
      * @param   string
158
+     * @param string $bucket
157 159
      */
158 160
     public function setBucket($bucket)
159 161
     {
Please login to merge, or discard this patch.