thephpleague / oauth2-client

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

Improve type of $options parameter in Provider\AbstractProvider::getAccessToken() #997

Closed yguedidi closed 1 year ago

yguedidi commented 1 year ago

Avoid contravariance issue on high levels of static analysis tools for children classes

ramsey commented 1 year ago

Thank you!