You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new release of league/oauth2-client that brings a breaking change for this package.
The method League\OAuth2\Client\Provider\AbstractProvider::getResourceOwnerDetailsUrl was updated by changing its argument type from League\OAuth2\Client\Token\AccessToken to League\OAuth2\Client\Token\AccessTokenInterface.
This breaks the class inheritance for Omines\OAuth2\Client\Provider\GitLab::getResourceOwnerDetailsUrl
The text was updated successfully, but these errors were encountered:
There is a new release of league/oauth2-client that brings a breaking change for this package.
The method
League\OAuth2\Client\Provider\AbstractProvider::getResourceOwnerDetailsUrl
was updated by changing its argument type fromLeague\OAuth2\Client\Token\AccessToken
toLeague\OAuth2\Client\Token\AccessTokenInterface
.This breaks the class inheritance for
Omines\OAuth2\Client\Provider\GitLab::getResourceOwnerDetailsUrl
The text was updated successfully, but these errors were encountered: