@@ -21,6 +21,7 @@ String Constraints
21
21
* :doc:`Regex </ reference/constraints/Regex> `
22
22
* :doc:`Ip </ reference/constraints/Ip> `
23
23
* :doc:`Uuid</ reference/constraints/Uuid> `
24
+ * :doc:`UserPassword </ reference/constraints/UserPassword> `
24
25
25
26
Comparison Constraints
26
27
~~~~~~~~~~~~~~~~~~~~~~
@@ -43,13 +44,10 @@ Date Constraints
43
44
* :doc:`DateTime </ reference/constraints/DateTime> `
44
45
* :doc:`Time </ reference/constraints/Time> `
45
46
46
- Collection Constraints
47
- ~~~~~~~~~~~~~~~~~~~~~~
47
+ Choice Constraints
48
+ ~~~~~~~~~~~~~~~~~~
48
49
49
50
* :doc:`Choice </ reference/constraints/Choice> `
50
- * :doc:`Collection </ reference/constraints/Collection> `
51
- * :doc:`Count </ reference/constraints/Count> `
52
- * :doc:`UniqueEntity </ reference/constraints/UniqueEntity> `
53
51
* :doc:`Language </ reference/constraints/Language> `
54
52
* :doc:`Locale </ reference/constraints/Locale> `
55
53
* :doc:`Country </ reference/constraints/Country> `
@@ -77,5 +75,7 @@ Other Constraints
77
75
* :doc:`Callback </ reference/constraints/Callback> `
78
76
* :doc:`Expression </ reference/constraints/Expression> `
79
77
* :doc:`All </ reference/constraints/All> `
80
- * :doc:`UserPassword </ reference/constraints/UserPassword> `
81
78
* :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