Skip to content

Commit 3215f78

Browse files
leo108jdpedrie
authored andcommitted
docs: Fix annotation (#1706)
1 parent 76436eb commit 3215f78

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Google/Http/MediaFileUpload.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ class Google_Http_MediaFileUpload
6767
private $httpResultCode;
6868

6969
/**
70-
* @param $mimeType string
71-
* @param $data string The bytes you want to upload.
72-
* @param $resumable bool
70+
* @param Google_Client $client
71+
* @param RequestInterface $request
72+
* @param string $mimeType
73+
* @param string $data The bytes you want to upload.
74+
* @param bool $resumable
7375
* @param bool $chunkSize File will be uploaded in chunks of this many bytes.
7476
* only used if resumable=True
7577
*/

0 commit comments

Comments
 (0)