Deprecated: Return type of kamermans\OAuth2\Utils\Collection::offsetGet($offset) should either be compatible
with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used
to temporarily suppress the notice in /vendor/kamermans/guzzle-oauth2-subscriber/src/Utils/Collection.php on
line 31
PHP 8.1 throws a deprecation error:
Adding this comment wil fix the deprecation error for now: https://php.watch/versions/8.1/ReturnTypeWillChange