Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2497,11 +2497,16 @@ enabled
with_constructor_extractor
..........................

**type**: ``boolean`` **default**: ``false``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we keep the option but change the default value here from false to true instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. I comitted some changes. Thanks.

**type**: ``boolean`` **default**: ``true``

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

.. versionadded:: 8.0

The default value of the ``with_constructor_extractor`` option was changed
to ``true`` in Symfony 8.0.

rate_limiter
~~~~~~~~~~~~

Expand Down
Loading