Skip to content

Commit cde34e1

Browse files
committed
minor #20066 [Security] add the $token argument to checkPostAuth() (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Security] add the `$token` argument to `checkPostAuth()` fixes #20062 Commits ------- f5f16af add the $token argument to checkPostAuth()
2 parents 9d85b69 + f5f16af commit cde34e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_checkers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ displayed to the user::
4040
}
4141
}
4242

43-
public function checkPostAuth(UserInterface $user): void
43+
public function checkPostAuth(UserInterface $user, TokenInterface $token): void
4444
{
4545
if (!$user instanceof AppUser) {
4646
return;

0 commit comments

Comments
 (0)