@@ -478,7 +478,7 @@ discard block |
||
478 | 478 | * |
479 | 479 | * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start |
480 | 480 | * |
481 | - * @param string|StreamInterface $contents |
|
481 | + * @param Psr7\LimitStream $contents |
|
482 | 482 | * @param bool $close |
483 | 483 | * |
484 | 484 | * @return UploadSessionCursor |
@@ -502,7 +502,7 @@ discard block |
||
502 | 502 | * |
503 | 503 | * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2 |
504 | 504 | * |
505 | - * @param string|StreamInterface $contents |
|
505 | + * @param Psr7\LimitStream $contents |
|
506 | 506 | * @param UploadSessionCursor $cursor |
507 | 507 | * @param bool $close |
508 | 508 | * |
@@ -526,10 +526,10 @@ discard block |
||
526 | 526 | * |
527 | 527 | * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish |
528 | 528 | * |
529 | - * @param string|StreamInterface $contents |
|
529 | + * @param string $contents |
|
530 | 530 | * @param UploadSessionCursor $cursor |
531 | 531 | * @param string $path |
532 | - * @param string|array $mode |
|
532 | + * @param string $mode |
|
533 | 533 | * @param bool $autorename |
534 | 534 | * @param bool $mute |
535 | 535 | * |