Skip to content

Commit 23a2da6

Browse files
committed
minor #21432 [FrameworkBundle][PropertyInfo] Enable the property-info constructor extractor by default (javiereguiluz)
This PR was squashed before being merged into the 8.0 branch. Discussion ---------- [FrameworkBundle][PropertyInfo] Enable the property-info constructor extractor by default Fixes #21060. No need to make other changes because in `components/property_info.rst` we assume that the "Constructor Extractor" is enabled by default. Commits ------- aa06fd0 [FrameworkBundle][PropertyInfo] Enable the property-info constructor extractor by default
2 parents 3c10c2b + aa06fd0 commit 23a2da6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reference/configuration/framework.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,11 +2492,16 @@ enabled
24922492
with_constructor_extractor
24932493
..........................
24942494

2495-
**type**: ``boolean`` **default**: ``false``
2495+
**type**: ``boolean`` **default**: ``true``
24962496

24972497
Configures the ``property_info`` service to extract property information from the constructor arguments
24982498
using the :ref:`ConstructorExtractor <components-property-information-constructor-extractor>`.
24992499

2500+
.. versionadded:: 8.0
2501+
2502+
The default value of the ``with_constructor_extractor`` option was changed
2503+
to ``true`` in Symfony 8.0.
2504+
25002505
rate_limiter
25012506
~~~~~~~~~~~~
25022507

0 commit comments

Comments
 (0)