Skip to content

Commit d869778

Browse files
inversebshaffer
authored andcommitted
Update Client.php (#1030)
Correct DocBlock @throws to LogicException
1 parent cf5975a commit d869778

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
@@ -676,7 +676,7 @@ public function revokeToken($token = null)
676676
* Verify an id_token. This method will verify the current id_token, if one
677677
* isn't provided.
678678
*
679-
* @throws Google_Exception
679+
* @throws LogicException
680680
* @param string|null $idToken The token (id_token) that should be verified.
681681
* @return array|false Returns the token payload as an array if the verification was
682682
* successful, false otherwise.

0 commit comments

Comments
 (0)