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

PHP 8.1 support thread #925

Closed Matts closed 2 years ago

Matts commented 2 years ago

AccessTokenInterface::jsonSerializable must match JsonSerializable::jsonSerializable(): mixed or use the #[\ReturnTypeWillChange] attribute image

https://www.php.net/manual/en/class.jsonserializable.php

Probably this also breaks on other locations, but this is where I am currently getting an error from

Matts commented 2 years ago

Derp this was already referenced within #919