Skip to content

Commit 4e0bdc5

Browse files
authored
[Validator] Fix namespace of UserPassword and UserPasswordValidator
1 parent 7cd7b81 commit 4e0bdc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/UserPassword.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Applies to :ref:`property or method <validation-property-target>`
2020
Options - `groups`_
2121
- `message`_
2222
- `payload`_
23-
Class :class:`Symfony\\Component\\Validator\\Constraints\\UserPassword`
24-
Validator :class:`Symfony\\Component\\Validator\\Constraints\\UserPasswordValidator`
23+
Class :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPassword`
24+
Validator :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator`
2525
========== ===================================================================
2626

2727
Basic Usage

0 commit comments

Comments
 (0)