Skip to content

Commit 2261395

Browse files
committed
Minor tweak
1 parent 44eed7c commit 2261395

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

26862686
translation_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

0 commit comments

Comments
 (0)