thephpleague / oauth2-client

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

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

Open michelgokan opened 11 months ago

michelgokan commented 11 months ago

…bout it

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