@@ -305,7 +305,7 @@ discard block |
||
305 | 305 | /** |
306 | 306 | * Gets a new stream instance of the specified file. |
307 | 307 | * |
308 | - * @param $key |
|
308 | + * @param string $key |
|
309 | 309 | * |
310 | 310 | * @return Stream|Stream\InMemoryBuffer |
311 | 311 | * |
@@ -325,7 +325,7 @@ discard block |
||
325 | 325 | /** |
326 | 326 | * Creates a new file in a filesystem. |
327 | 327 | * |
328 | - * @param $key |
|
328 | + * @param string $key |
|
329 | 329 | * |
330 | 330 | * @return File |
331 | 331 | * |
@@ -287,6 +287,9 @@ |
||
287 | 287 | return true; |
288 | 288 | } |
289 | 289 | |
290 | + /** |
|
291 | + * @param string $key |
|
292 | + */ |
|
290 | 293 | protected function getOptions($key, array $options = []) |
291 | 294 | { |
292 | 295 | $options['ACL'] = $this->options['acl']; |