We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce5669 commit aa06fd0Copy full SHA for aa06fd0
reference/configuration/framework.rst
@@ -2497,11 +2497,16 @@ enabled
2497
with_constructor_extractor
2498
..........................
2499
2500
-**type**: ``boolean`` **default**: ``false``
+**type**: ``boolean`` **default**: ``true``
2501
2502
Configures the ``property_info`` service to extract property information from the constructor arguments
2503
using the :ref:`ConstructorExtractor <components-property-information-constructor-extractor>`.
2504
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
2510
rate_limiter
2511
~~~~~~~~~~~~
2512
0 commit comments