Skip to content

Commit 19f2cf5

Browse files
committed
[Reference][UserPassword] Added missing escapes
Signed-off-by: Pedro Junior <v.ju.ni.or.v@gmail.com>
1 parent 2d7b3db commit 19f2cf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/UserPassword.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ UserPassword
66

77
.. note::
88

9-
Since Symfony 2.2, the `UserPassword*` classes in the
10-
`Symfony\Component\Security\Core\Validator\Constraint` namespace are
9+
Since Symfony 2.2, the ``UserPassword*`` classes in the
10+
``Symfony\\Component\\Security\\Core\\Validator\\Constraint`` namespace are
1111
deprecated and will be removed in Symfony 2.3. Please use the
12-
`UserPassword*` classes in the
13-
`Symfony\Component\Security\Core\Validator\Constraints` namespace instead.
12+
``UserPassword*`` classes in the
13+
``Symfony\\Component\\Security\\Core\\Validator\\Constraints`` namespace instead.
1414

1515
This validates that an input value is equal to the current authenticated
1616
user's password. This is useful in a form where a user can change his password,

0 commit comments

Comments
 (0)