@@ -307,6 +307,9 @@ discard block |
||
307 | 307 | return true; |
308 | 308 | } |
309 | 309 | |
310 | + /** |
|
311 | + * @param string $key |
|
312 | + */ |
|
310 | 313 | protected function getOptions($key, array $options = []) |
311 | 314 | { |
312 | 315 | $options['ACL'] = $this->options['acl']; |
@@ -322,6 +325,9 @@ discard block |
||
322 | 325 | return $options; |
323 | 326 | } |
324 | 327 | |
328 | + /** |
|
329 | + * @return string |
|
330 | + */ |
|
325 | 331 | protected function computePath($key) |
326 | 332 | { |
327 | 333 | if (empty($this->options['directory'])) { |