@@ -129,6 +129,7 @@ |
||
| 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 | { |
@@ -6,4 +6,4 @@ |
||
| 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'); |
|