New release breaks providers with AccessToken to AccessTokenInterface
scuben opened this issue · 4 comments
scuben commented
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.
ramsey commented
Please check release 2.4.1 and confirm that it fixes this issue. Thanks!
jesseleite commented
Thank you for this fix! I fought with this for a bit, but see that you guys just pushed fix