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
2669
2669
2670
2670
**type **: ``boolean `` **default **: ``true ``
2671
2671
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`_ .
2673
2673
2674
2674
.. deprecated :: 6.4
2675
2675
@@ -2681,7 +2681,7 @@ enable_attributes
2681
2681
2682
2682
**type **: ``boolean `` **default **: ``true ``
2683
2683
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`_ .
2685
2685
2686
2686
translation_domain
2687
2687
..................
@@ -2884,7 +2884,7 @@ enable_attributes
2884
2884
2885
2885
**type **: ``boolean `` **default **: ``true ``
2886
2886
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`_ .
2888
2888
2889
2889
.. seealso ::
2890
2890
@@ -3850,3 +3850,4 @@ the ``#[WithLogLevel]`` attribute::
3850
3850
.. _`utf-8 modifier` : https://www.php.net/reference.pcre.pattern.modifiers
3851
3851
.. _`Link HTTP header` : https://tools.ietf.org/html/rfc5988
3852
3852
.. _`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