Skip to content

Commit aa06fd0

Browse files
committed
[FrameworkBundle][PropertyInfo] Enable the property-info constructor extractor by default
1 parent 5ce5669 commit aa06fd0

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
@@ -2497,11 +2497,16 @@ enabled
24972497
with_constructor_extractor
24982498
..........................
24992499

2500-
**type**: ``boolean`` **default**: ``false``
2500+
**type**: ``boolean`` **default**: ``true``
25012501

25022502
Configures the ``property_info`` service to extract property information from the constructor arguments
25032503
using the :ref:`ConstructorExtractor <components-property-information-constructor-extractor>`.
25042504

2505+
.. versionadded:: 8.0
2506+
2507+
The default value of the ``with_constructor_extractor`` option was changed
2508+
to ``true`` in Symfony 8.0.
2509+
25052510
rate_limiter
25062511
~~~~~~~~~~~~
25072512

0 commit comments

Comments
 (0)