Skip to content

Commit 320a3a5

Browse files
committed
minor #14357 Enhancement: Use table like in other constraints. (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Enhancement: Use table like in other constraints. Commits ------- d9e6a5e Enhancement: Use table like in other constraints.
2 parents b15bc99 + d9e6a5e commit 320a3a5

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

reference/constraints/UserPassword.rst

+11-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ password, but needs to enter their old password for security.
1515
In order to use this constraints, you should have installed the
1616
symfony/security-core component with Composer.
1717

18-
========== ===================================================================
19-
Applies to :ref:`property or method <validation-property-target>`
20-
Options - `groups`_
21-
- `message`_
22-
- `payload`_
23-
Class :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPassword`
24-
Validator :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator`
25-
========== ===================================================================
18+
+----------------+--------------------------------------------------------------------------------------------+
19+
| Applies to | :ref:`property or method <validation-property-target>` |
20+
+----------------+--------------------------------------------------------------------------------------------+
21+
| Options | - `groups`_ |
22+
| | - `message`_ |
23+
| | - `payload`_ |
24+
+----------------+--------------------------------------------------------------------------------------------+
25+
| Class | :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPassword` |
26+
+----------------+--------------------------------------------------------------------------------------------+
27+
| Validator | :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator` |
28+
+----------------+--------------------------------------------------------------------------------------------+
2629

2730
Basic Usage
2831
-----------

0 commit comments

Comments
 (0)