Skip to content

Commit f5f16af

Browse files
committed
add the $token argument to checkPostAuth()
1 parent a615203 commit f5f16af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_checkers.rst

+1-1
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)