Skip to content

Commit c2c4bf8

Browse files
committed
bug #6761 fixed missing level in namespace (themasch)
This PR was submitted for the 3.1 branch but it was merged into the 2.8 branch instead (closes #6761). Discussion ---------- fixed missing level in namespace The link to the UserCheckerInterface seems to be wrong. Commits ------- 8d60d5c fixed missing level in namespace
2 parents c395c74 + 8d60d5c commit c2c4bf8

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
@@ -16,7 +16,7 @@ Creating a Custom User Checker
1616
------------------------------
1717

1818
User checkers are classes that must implement the
19-
:class:`Symfony\\Component\\Security\\Core\\UserCheckerInterface`. This interface
19+
:class:`Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface`. This interface
2020
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
2121
perform checks before and after user authentication. If one or more conditions
2222
are not met, an exception should be thrown which extends the

0 commit comments

Comments
 (0)