From f1927e150b0c22276c051318367b9da99beecbbe Mon Sep 17 00:00:00 2001 From: gitomato Date: Mon, 13 May 2024 11:08:26 +0200 Subject: [PATCH] Move Doctrine constraints out of Other constraints --- reference/constraints/map.rst.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/reference/constraints/map.rst.inc b/reference/constraints/map.rst.inc index 1d56346b096..58f519965d1 100644 --- a/reference/constraints/map.rst.inc +++ b/reference/constraints/map.rst.inc @@ -86,6 +86,13 @@ Financial and other Number Constraints * :doc:`Issn ` * :doc:`Isin ` +Doctrine Constraints +~~~~~~~~~~~~~~~~~~~~ + +* :doc:`UniqueEntity ` +* :doc:`EnableAutoMapping ` +* :doc:`DisableAutoMapping ` + Other Constraints ~~~~~~~~~~~~~~~~~ @@ -100,6 +107,3 @@ Other Constraints * :doc:`Traverse ` * :doc:`Collection ` * :doc:`Count ` -* :doc:`UniqueEntity ` -* :doc:`EnableAutoMapping ` -* :doc:`DisableAutoMapping `