File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2669,7 +2669,7 @@ enable_annotations
26692669
26702670**type **: ``boolean `` **default **: ``true ``
26712671
2672- If this option is enabled, validation constraints can be defined using annotations or attributes.
2672+ If this option is enabled, validation constraints can be defined using annotations or ` PHP attributes`_ .
26732673
26742674.. deprecated :: 6.4
26752675
@@ -2681,7 +2681,7 @@ enable_attributes
26812681
26822682**type **: ``boolean `` **default **: ``true ``
26832683
2684- If this option is enabled, validation constraints can be defined using attributes.
2684+ If this option is enabled, validation constraints can be defined using ` PHP attributes`_ .
26852685
26862686translation_domain
26872687..................
@@ -2884,7 +2884,7 @@ enable_attributes
28842884
28852885**type **: ``boolean `` **default **: ``true ``
28862886
2887- If this option is enabled, serialization groups can be defined using attributes.
2887+ If this option is enabled, serialization groups can be defined using ` PHP attributes`_ .
28882888
28892889.. seealso ::
28902890
@@ -3850,3 +3850,4 @@ the ``#[WithLogLevel]`` attribute::
38503850.. _`utf-8 modifier` : https://www.php.net/reference.pcre.pattern.modifiers
38513851.. _`Link HTTP header` : https://tools.ietf.org/html/rfc5988
38523852.. _`SMTP session` : https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example
3853+ .. _`PHP attributes` : https://www.php.net/manual/en/language.attributes.overview.php
You can’t perform that action at this time.
0 commit comments