Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09f5e94

Browse files
committed
Merge pull requestsymfony#2567 from vjnrv/2.2
[Reference][UserPassword] Added missing escapes
2 parents18ebdda +19f2cf5 commit09f5e94

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)

[8]ページ先頭

©2009-2025 Movatter.jp