Skip to content

Commit 35a16c3

Browse files
committed
minor #14557 [Validator] Fix namespace of UserPassword and UserPasswordValidator (wkania)
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] Fix namespace of UserPassword and UserPasswordValidator Commits ------- 4e0bdc5 [Validator] Fix namespace of UserPassword and UserPasswordValidator
2 parents ae4663b + 4e0bdc5 commit 35a16c3

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)