Skip to content

Commit 9cb74ee

Browse files
committed
Updated DefaultServiceRequest::__constructor docblock with correct parameters and types
1 parent 5028174 commit 9cb74ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Google/Spreadsheet/DefaultServiceRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class DefaultServiceRequest implements ServiceRequestInterface
6363
/**
6464
* Initializes the service request object.
6565
*
66-
* @param \Google\Spreadsheet\Request $request
66+
* @param string $accessToken
67+
* @param string $tokenType
6768
*/
6869
public function __construct($accessToken, $tokenType = 'OAuth')
6970
{

0 commit comments

Comments
 (0)