We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76436eb commit 3215f78Copy full SHA for 3215f78
src/Google/Http/MediaFileUpload.php
@@ -67,9 +67,11 @@ class Google_Http_MediaFileUpload
67
private $httpResultCode;
68
69
/**
70
- * @param $mimeType string
71
- * @param $data string The bytes you want to upload.
72
- * @param $resumable bool
+ * @param Google_Client $client
+ * @param RequestInterface $request
+ * @param string $mimeType
73
+ * @param string $data The bytes you want to upload.
74
+ * @param bool $resumable
75
* @param bool $chunkSize File will be uploaded in chunks of this many bytes.
76
* only used if resumable=True
77
*/
0 commit comments