@@ -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'); | 
                                                        |
@@ -143,6 +143,7 @@ discard block  | 
                                                    ||
| 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  | 
                                                    ||
| 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 |      { | 
                                                        
@@ -74,6 +74,7 @@  | 
                                                    ||
| 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 |      { |