From aa06fd0d953fd1758e5ea28d945e33bac17d4951 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 26 Sep 2025 13:08:57 +0200 Subject: [PATCH] [FrameworkBundle][PropertyInfo] Enable the property-info constructor extractor by default --- reference/configuration/framework.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~