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 668d6d3 commit 1e2c022Copy full SHA for 1e2c022
reference/configuration/framework.rst
@@ -2577,7 +2577,11 @@ using the :ref:`ConstructorExtractor <components-property-information-constructo
2577
2578
.. versionadded:: 7.3
2579
2580
- The ``with_constructor_extractor`` option was introduced in Symfony 7.3.
+ The ``with_constructor_extractor`` option was introduced in Symfony 7.3 and
2581
+ will be removed in Symfony 8.0. This temporary option was added because its
2582
+ default value will change from ``false`` to ``true`` in Symfony 8.0. Requiring
2583
+ you to set a value explicitly ensures that the change of default won't affect
2584
+ your application.
2585
2586
rate_limiter
2587
~~~~~~~~~~~~
0 commit comments