Skip to content

Commit 09f5e94

Browse files
committed
Merge pull request #2567 from vjnrv/2.2
[Reference][UserPassword] Added missing escapes
2 parents 18ebdda + 19f2cf5 commit 09f5e94

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)