Skip to content

Commit ffb2cc1

Browse files
committed
Tweaks
1 parent 19955a7 commit ffb2cc1

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

reference/constraints/DisableAutoMapping.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
DisableAutoMapping
22
==================
33

4-
This constraint allows to disable Doctrine's ``auto_mapping`` on a class or a
5-
property. You can read more about it
6-
:ref:`here <doctrine_auto-mapping>`. Automapping allows to determine
7-
validation rules based on Doctrine's annotations and attributes. You may
8-
use this constraint when automapping is globally enabled, but you still want to
9-
disable this feature for a class or a property specifically.
4+
This constraint allows to disable :ref:`Doctrine's auto mapping <doctrine_auto-mapping>`
5+
on a class or a property. Automapping allows to determine validation rules based
6+
on Doctrine's annotations and attributes. You may use this constraint when
7+
automapping is globally enabled, but you still want to disable this feature for
8+
a class or a property specifically.
109

1110
========== ===================================================================
1211
Applies to :ref:`property or method <validation-property-target>`

reference/constraints/EnableAutoMapping.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
EnableAutoMapping
22
=================
33

4-
This constraint allows to enable Doctrine's ``auto_mapping`` on a class or a
5-
property. You can read more about it
6-
:ref:`here <doctrine_auto-mapping>`. Automapping allows to determine
7-
validation rules based on Doctrine's annotations and attributes. You may
8-
use this constraint when automapping is globally disabled, but you still want
9-
to enable this feature for a class or a property specifically.
4+
This constraint allows to enable :ref:`Doctrine's auto mapping <doctrine_auto-mapping>`
5+
on a class or a property. Automapping allows to determine validation rules based
6+
on Doctrine's annotations and attributes. You may use this constraint when
7+
automapping is globally disabled, but you still want to enable this feature for
8+
a class or a property specifically.
109

1110
========== ===================================================================
1211
Applies to :ref:`property or method <validation-property-target>`

0 commit comments

Comments
 (0)