File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Configuration
95
95
* :ref: `enable_annotations <reference-validation-enable_annotations >`
96
96
* `translation_domain `_
97
97
* `strict_email `_
98
- * `mapping `_
98
+ * :ref: `mapping < reference-validation-mapping >`
99
99
* :ref: `paths <reference-validation-mapping-paths >`
100
100
* `annotations `_
101
101
* :ref: `cache <reference-annotations-cache >`
@@ -107,7 +107,7 @@ Configuration
107
107
* :ref: `enable_annotations <reference-serializer-enable_annotations >`
108
108
* :ref: `name_converter <reference-serializer-name_converter >`
109
109
* :ref: `circular_reference_handler <reference-serializer-circular_reference_handler >`
110
- * `mapping `_
110
+ * :ref: `mapping < reference-serializer-mapping >`
111
111
* :ref: `paths <reference-serializer-mapping-paths >`
112
112
* `php_errors `_
113
113
* `log `_
@@ -1569,6 +1569,8 @@ If this option is enabled, the `egulias/email-validator`_ library will be
1569
1569
used by the :doc: `/reference/constraints/Email ` constraint validator. Otherwise,
1570
1570
the validator uses a simple regular expression to validate email addresses.
1571
1571
1572
+ .. _reference-validation-mapping :
1573
+
1572
1574
mapping
1573
1575
.......
1574
1576
@@ -1694,6 +1696,8 @@ method.
1694
1696
For more information, see
1695
1697
:ref: `component-serializer-handling-circular-references `.
1696
1698
1699
+ .. _reference-serializer-mapping :
1700
+
1697
1701
mapping
1698
1702
.......
1699
1703
You can’t perform that action at this time.
0 commit comments