From 5e4794881e0006f9c2b15a2cd89da0c9c58897b1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 16 Mar 2019 11:24:27 +0100 Subject: [PATCH] regroup some constraints --- reference/constraints/map.rst.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 `