diff --git a/reference/constraints/map.rst.inc b/reference/constraints/map.rst.inc index a7229c53b79..20da0bc361f 100644 --- a/reference/constraints/map.rst.inc +++ b/reference/constraints/map.rst.inc @@ -21,6 +21,7 @@ String Constraints * :doc:`Regex ` * :doc:`Ip ` * :doc:`Uuid` +* :doc:`UserPassword ` Comparison Constraints ~~~~~~~~~~~~~~~~~~~~~~ @@ -42,13 +43,10 @@ Date Constraints * :doc:`DateTime ` * :doc:`Time ` -Collection Constraints -~~~~~~~~~~~~~~~~~~~~~~ +Choice Constraints +~~~~~~~~~~~~~~~~~~ * :doc:`Choice ` -* :doc:`Collection ` -* :doc:`Count ` -* :doc:`UniqueEntity ` * :doc:`Language ` * :doc:`Locale ` * :doc:`Country ` @@ -76,5 +74,7 @@ Other Constraints * :doc:`Callback ` * :doc:`Expression ` * :doc:`All ` -* :doc:`UserPassword ` * :doc:`Valid ` +* :doc:`Collection ` +* :doc:`Count ` +* :doc:`UniqueEntity `