Skip to content

Commit 4661890

Browse files
[Security] Fix added $token argument to UserCheckerInterface::checkPostAuth()
1 parent 2970067 commit 4661890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/SecurityExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ public function checkPreAuth(UserInterface $user): void
986986
{
987987
}
988988

989-
public function checkPostAuth(UserInterface $user): void
989+
public function checkPostAuth(UserInterface $user, ?TokenInterface $token = null): void
990990
{
991991
}
992992
}

0 commit comments

Comments
 (0)