thephpleague / oauth2-client

Easy integration with OAuth 2.0 service providers.
http://oauth2-client.thephpleague.com
MIT License
3.66k stars 752 forks source link

Update AbstractProvider.php - Fixing return type as Psalm complains a… #1009

Open michelgokan opened 1 year ago

michelgokan commented 1 year ago

…bout it

This function returns an instance of type AccessToken instead of AccessTokenInterface. The latest version of psalm is complaining about this issue.