Skip to content

Commit

Permalink
fix return doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rkcreation committed Sep 9, 2021
1 parent 1a5fa9b commit e19d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/openid-connect-generic-client-wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public function validate_user( $user ) {
* @param WP_User $user The user object.
* @param array $token_response The token response.
*
* @return void
* @return WP_Error|array
*/
public function refresh_user_claim( $user, $token_response ) {
$client = $this->client;
Expand Down

0 comments on commit e19d6f3

Please sign in to comment.