diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 30c81dc82f9..ca82acaea02 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2497,11 +2497,16 @@ enabled with_constructor_extractor .......................... -**type**: ``boolean`` **default**: ``false`` +**type**: ``boolean`` **default**: ``true`` Configures the ``property_info`` service to extract property information from the constructor arguments using the :ref:`ConstructorExtractor `. +.. versionadded:: 8.0 + + The default value of the ``with_constructor_extractor`` option was changed + to ``true`` in Symfony 8.0. + rate_limiter ~~~~~~~~~~~~