Closed as not planned
Description
Symfony version(s) affected
v7.2.0-BETA1
Description
When upgrading from 7.1 to v7.2.0-BETA1 or v7.2.0-BETA2, HWIOAuthBundle is broken.
I go this error:
HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListener::__construct(): Argument #1 ($oAuthAuthenticator) must be of type HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator, Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator given
How to reproduce
Relevant code:
https://github.com/hwi/HWIOAuthBundle/blob/2.2.0/src/Security/Http/Firewall/RefreshAccessTokenListener.php#L22
Possible Solution
No response
Additional Context
Caused by #57425? Not sure if this is a bug or something that should be changed in HWIOAuthBundle.