@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | /** |
| 306 | 306 | * @param array $options |
| 307 | 307 | * |
| 308 | - * @return array |
|
| 308 | + * @return callable |
|
| 309 | 309 | */ |
| 310 | 310 | protected function retrievePaginatedListing(array $options) |
| 311 | 311 | { |
@@ -468,7 +468,7 @@ discard block |
||
| 468 | 468 | /** |
| 469 | 469 | * Read an object and normalize the response. |
| 470 | 470 | * |
| 471 | - * @param $path |
|
| 471 | + * @param string $path |
|
| 472 | 472 | * |
| 473 | 473 | * @return array|bool |
| 474 | 474 | */ |
@@ -590,7 +590,7 @@ discard block |
||
| 590 | 590 | /** |
| 591 | 591 | * Upload an object. |
| 592 | 592 | * |
| 593 | - * @param $path |
|
| 593 | + * @param string $path |
|
| 594 | 594 | * @param $body |
| 595 | 595 | * @param Config $config |
| 596 | 596 | * |
@@ -686,7 +686,7 @@ discard block |
||
| 686 | 686 | } |
| 687 | 687 | |
| 688 | 688 | /** |
| 689 | - * @param $location |
|
| 689 | + * @param string $location |
|
| 690 | 690 | * |
| 691 | 691 | * @return bool |
| 692 | 692 | */ |