@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * |
| 36 | 36 | * @throws \ArgentCrusade\Selectel\CloudStorage\Exceptions\ApiRequestFailedException |
| 37 | 37 | * |
| 38 | - * @return \ContainersCollectionContract |
|
| 38 | + * @return Collection |
|
| 39 | 39 | */ |
| 40 | 40 | public function containers($limit = 10000, $marker = '') |
| 41 | 41 | { |
@@ -353,11 +353,11 @@ |
||
| 353 | 353 | /** |
| 354 | 354 | * Parses upload parameters and assigns them to appropriate HTTP headers. |
| 355 | 355 | * |
| 356 | - * @param mixed $contents = null |
|
| 356 | + * @param string|null $contents = null |
|
| 357 | 357 | * @param array $params = [] |
| 358 | 358 | * @param bool $verifyChecksum = true |
| 359 | 359 | * |
| 360 | - * @return array |
|
| 360 | + * @return string |
|
| 361 | 361 | */ |
| 362 | 362 | protected function convertUploadParamsToHeaders($contents = null, array $params = [], $verifyChecksum = true) |
| 363 | 363 | { |
@@ -41,6 +41,7 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * @param \ArgentCrusade\Selectel\CloudStorage\Contracts\Api\ApiClientContract $api |
| 43 | 43 | * @param array $data |
| 44 | + * @param string $container |
|
| 44 | 45 | */ |
| 45 | 46 | public function __construct(ApiClientContract $api, $container, array $data) |
| 46 | 47 | { |