Completed
Branch master (020561)
by Timur
02:33
created
src/CloudStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Container.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -353,11 +353,11 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/File.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.