Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Move Doctrine constraints out of Other constraints
  • Loading branch information
OskarStark committed May 16, 2024
2 parents 5479b7a + b3b8c97 commit ee2364e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ Financial and other Number Constraints
* :doc:`Issn </reference/constraints/Issn>`
* :doc:`Isin </reference/constraints/Isin>`

Doctrine Constraints
~~~~~~~~~~~~~~~~~~~~

* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`

Other Constraints
~~~~~~~~~~~~~~~~~

Expand All @@ -105,6 +112,3 @@ Other Constraints
* :doc:`Traverse </reference/constraints/Traverse>`
* :doc:`Collection </reference/constraints/Collection>`
* :doc:`Count </reference/constraints/Count>`
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`

0 comments on commit ee2364e

Please sign in to comment.