Skip to content

Commit 9c7e2da

Browse files
authored
Fix spaces
1 parent 5832e03 commit 9c7e2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ fields configured in the ``fields`` option). The method should return a
404404

405405
.. warning::
406406

407-
This constraint does not support Doctrine types such as ``simple_array``,
408-
``json``, or ``jsonb``, nor does it handle association mappings like
407+
This constraint does not support Doctrine types such as ``simple_array``,
408+
``json``, or ``jsonb``, nor does it handle association mappings like
409409
``One-To-Many`` and ``Many-To-Many`` relationships. To perform uniqueness
410410
checks on such fields, you must define a custom ``repositoryMethod`` that
411411
implements the desired logic.

0 commit comments

Comments
 (0)