Skip to content

Commit e399739

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: enable_annotations is enabled by default
2 parents aaec641 + 69f718c commit e399739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@ settings is configured.
25362536
enable_annotations
25372537
..................
25382538

2539-
**type**: ``boolean`` **default**: ``false``
2539+
**type**: ``boolean`` **default**: ``true``
25402540

25412541
If this option is enabled, validation constraints can be defined using annotations or attributes.
25422542

@@ -2744,7 +2744,7 @@ Whether to enable the ``serializer`` service or not in the service container.
27442744
enable_annotations
27452745
..................
27462746

2747-
**type**: ``boolean`` **default**: ``false``
2747+
**type**: ``boolean`` **default**: ``true``
27482748

27492749
If this option is enabled, serialization groups can be defined using annotations or attributes.
27502750

0 commit comments

Comments
 (0)