Skip to content

Commit 746baa2

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: regroup some constraints typo in comment (php example)
2 parents d4517d0 + 53b2a08 commit 746baa2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/constraints/map.rst.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ String Constraints
2121
* :doc:`Regex </reference/constraints/Regex>`
2222
* :doc:`Ip </reference/constraints/Ip>`
2323
* :doc:`Uuid</reference/constraints/Uuid>`
24+
* :doc:`UserPassword </reference/constraints/UserPassword>`
2425

2526
Comparison Constraints
2627
~~~~~~~~~~~~~~~~~~~~~~
@@ -43,13 +44,10 @@ Date Constraints
4344
* :doc:`DateTime </reference/constraints/DateTime>`
4445
* :doc:`Time </reference/constraints/Time>`
4546

46-
Collection Constraints
47-
~~~~~~~~~~~~~~~~~~~~~~
47+
Choice Constraints
48+
~~~~~~~~~~~~~~~~~~
4849

4950
* :doc:`Choice </reference/constraints/Choice>`
50-
* :doc:`Collection </reference/constraints/Collection>`
51-
* :doc:`Count </reference/constraints/Count>`
52-
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
5351
* :doc:`Language </reference/constraints/Language>`
5452
* :doc:`Locale </reference/constraints/Locale>`
5553
* :doc:`Country </reference/constraints/Country>`
@@ -77,5 +75,7 @@ Other Constraints
7775
* :doc:`Callback </reference/constraints/Callback>`
7876
* :doc:`Expression </reference/constraints/Expression>`
7977
* :doc:`All </reference/constraints/All>`
80-
* :doc:`UserPassword </reference/constraints/UserPassword>`
8178
* :doc:`Valid </reference/constraints/Valid>`
79+
* :doc:`Collection </reference/constraints/Collection>`
80+
* :doc:`Count </reference/constraints/Count>`
81+
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`

0 commit comments

Comments
 (0)