We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a615203 commit f5f16afCopy full SHA for f5f16af
security/user_checkers.rst
@@ -40,7 +40,7 @@ displayed to the user::
40
}
41
42
43
- public function checkPostAuth(UserInterface $user): void
+ public function checkPostAuth(UserInterface $user, TokenInterface $token): void
44
{
45
if (!$user instanceof AppUser) {
46
return;
0 commit comments