Skip to content

Commit d8278a9

Browse files
Merge branch '7.2' into 7.3
* 7.2: [Security] Fix added $token argument to UserCheckerInterface::checkPostAuth() bugfix(#61139): Only generate an outputDir if none is set.
2 parents 034665e + 4661890 commit d8278a9

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)