@@ -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
~~~~~~~~~~~~~~~~~~~~~~
@@ -42,13 +43,10 @@ Date Constraints
42
43
* :doc:`DateTime </ reference/constraints/DateTime> `
43
44
* :doc:`Time </ reference/constraints/Time> `
44
45
45
- Collection Constraints
46
- ~~~~~~~~~~~~~~~~~~~~~~
46
+ Choice Constraints
47
+ ~~~~~~~~~~~~~~~~~~
47
48
48
49
* :doc:`Choice </ reference/constraints/Choice> `
49
- * :doc:`Collection </ reference/constraints/Collection> `
50
- * :doc:`Count </ reference/constraints/Count> `
51
- * :doc:`UniqueEntity </ reference/constraints/UniqueEntity> `
52
50
* :doc:`Language </ reference/constraints/Language> `
53
51
* :doc:`Locale </ reference/constraints/Locale> `
54
52
* :doc:`Country </ reference/constraints/Country> `
@@ -76,5 +74,7 @@ Other Constraints
76
74
* :doc:`Callback </ reference/constraints/Callback> `
77
75
* :doc:`Expression </ reference/constraints/Expression> `
78
76
* :doc:`All </ reference/constraints/All> `
79
- * :doc:`UserPassword </ reference/constraints/UserPassword> `
80
77
* :doc:`Valid </ reference/constraints/Valid> `
78
+ * :doc:`Collection </ reference/constraints/Collection> `
79
+ * :doc:`Count </ reference/constraints/Count> `
80
+ * :doc:`UniqueEntity </ reference/constraints/UniqueEntity> `
0 commit comments