Completed
Pull Request — master (#3)
by Joshua
02:15
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.
src/StorageEngine/LocalStorageEngine.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -74,6 +74,7 @@
 block discarded – undo
74 74
      * Sets the path assets will be stored under
75 75
      *
76 76
      * @param   string
77
+     * @param string $path
77 78
      */
78 79
     public function setPath($path)
79 80
     {
Please login to merge, or discard this patch.