@@ -522,7 +522,7 @@ discard block |
||
| 522 | 522 | * |
| 523 | 523 | * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start |
| 524 | 524 | * |
| 525 | - * @param string|StreamInterface $contents |
|
| 525 | + * @param Psr7\LimitStream $contents |
|
| 526 | 526 | * @param bool $close |
| 527 | 527 | * @return UploadSessionCursor |
| 528 | 528 | * @throws Exception |
@@ -546,7 +546,7 @@ discard block |
||
| 546 | 546 | * |
| 547 | 547 | * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2 |
| 548 | 548 | * |
| 549 | - * @param string|StreamInterface $contents |
|
| 549 | + * @param Psr7\LimitStream $contents |
|
| 550 | 550 | * @param UploadSessionCursor $cursor |
| 551 | 551 | * @param bool $close |
| 552 | 552 | * @return UploadSessionCursor |
@@ -570,10 +570,10 @@ discard block |
||
| 570 | 570 | * |
| 571 | 571 | * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish |
| 572 | 572 | * |
| 573 | - * @param string|StreamInterface $contents |
|
| 573 | + * @param string $contents |
|
| 574 | 574 | * @param UploadSessionCursor $cursor |
| 575 | 575 | * @param string $path |
| 576 | - * @param string|array $mode |
|
| 576 | + * @param string $mode |
|
| 577 | 577 | * @param bool $autorename |
| 578 | 578 | * @param bool $mute |
| 579 | 579 | * @return array |