Completed
Pull Request — master (#1)
by Joshua
02:58 queued 53s
created
src/StorageEngine/AmazonS3StorageEngine.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -129,6 +129,7 @@
 block discarded – undo
129 129
      * Sets the bucket the assets should be stored to.
130 130
      *
131 131
      * @param   string
132
+     * @param string $bucket
132 133
      */
133 134
     public function setBucket($bucket)
134 135
     {
Please login to merge, or discard this patch.
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.