Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve type hint for start method in RefreshTokenAuthenticator
- Update the type hint of the parameter in the start method from AuthenticationException to ?AuthenticationException. - Enhance code clarity and ensure consistency with nullable parameter type definition.
- Loading branch information