Skip to content

Commit d1f7a45

Browse files
committed
Merge pull request #800 from mbessolov/master
Corrected return type in phpDoc for Google_Client::fetchAccessTokenWithAssertion().
2 parents 0b0e564 + 210ea3f commit d1f7a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function refreshTokenWithAssertion()
197197
/**
198198
* Fetches a fresh access token with a given assertion token.
199199
* @param $assertionCredentials optional.
200-
* @return void
200+
* @return array access token
201201
*/
202202
public function fetchAccessTokenWithAssertion(ClientInterface $authHttp = null)
203203
{

0 commit comments

Comments
 (0)