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
The abstract method abstract public function getResourceOwnerDetailsUrl(AccessTokenInterface $token); from src/Provider/AbstractProvider.php is now a problem as a provider has still public function getResourceOwnerDetailsUrl(AccessToken $token). This results in a "Declaration of must be compatible with" kind of error.
The text was updated successfully, but these errors were encountered:
The abstract method
abstract public function getResourceOwnerDetailsUrl(AccessTokenInterface $token);
fromsrc/Provider/AbstractProvider.php
is now a problem as a provider has stillpublic function getResourceOwnerDetailsUrl(AccessToken $token)
. This results in a "Declaration of must be compatible with" kind of error.The text was updated successfully, but these errors were encountered: