Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Type in DocBlock 3rd param AbstractGrant::issueAccessToken #1391

Closed
tonybolzan opened this issue Jan 4, 2024 · 1 comment · Fixed by #1402
Closed

Wrong Type in DocBlock 3rd param AbstractGrant::issueAccessToken #1391

tonybolzan opened this issue Jan 4, 2024 · 1 comment · Fixed by #1402

Comments

@tonybolzan
Copy link

In class AbstractGrant::issueAccessToken 3rd param $userIdentifier must be equal to AccessTokenRepositoryInterface::getNewToken 3rd param.

Change @param string|null $userIdentifier to mixed in AbstractGrant.php#L441 like in AccessTokenRepositoryInterface.php#L27

@Sephster
Copy link
Member

Thanks for reporting this. It should be fixed in #1402

@Sephster Sephster linked a pull request Apr 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants