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 5028174 commit 9cb74eeCopy full SHA for 9cb74ee
src/Google/Spreadsheet/DefaultServiceRequest.php
@@ -63,7 +63,8 @@ class DefaultServiceRequest implements ServiceRequestInterface
63
/**
64
* Initializes the service request object.
65
*
66
- * @param \Google\Spreadsheet\Request $request
+ * @param string $accessToken
67
+ * @param string $tokenType
68
*/
69
public function __construct($accessToken, $tokenType = 'OAuth')
70
{
0 commit comments