Skip to content

Commit

Permalink
Apple: Fix return type on userByIdentityToken() (#1028)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
ahinkle and atymic authored May 24, 2023
1 parent 36b9c60 commit 82febc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected function getUserByToken($token)
*
* @return User $user
*/
public function userByIdentityToken(string $token): SocialiteUser
public function userByIdentityToken(string $token): User
{
$array = $this->getUserByToken($token);

Expand Down

0 comments on commit 82febc9

Please sign in to comment.