Completed
Push — master ( 03ba26...623769 )
by Jacob
34s
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,4 +6,4 @@
 block discarded – undo
6 6
 
7 7
 $loader = require_once $file;
8 8
 
9
-$loader->add('Limit0\Assets\Tests', __DIR__ . '/../tests');
9
+$loader->add('Limit0\Assets\Tests', __DIR__.'/../tests');
Please login to merge, or discard this patch.
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.