Skip to content

Commit fcd3d4b

Browse files
committed
Add the versionadded directive
1 parent 8540ffd commit fcd3d4b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

reference/configuration/framework.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,9 +1300,13 @@ collect_serializer_data
13001300

13011301
**type**: ``boolean`` **default**: ``false``
13021302

1303-
This option enables the serializer data collector and profiler panel. If set
1304-
to ``true``, all normalizers and encoders are decorated by traceable implementations
1305-
that are meant to collect profiling information about them.
1303+
Set this option to ``true`` to enable the serializer data collector and its
1304+
profiler panel. When this option is ``true``, all normalizers and encoders are
1305+
decorated by traceable implementations that collect profiling information about them.
1306+
1307+
.. versionadded:: 6.1
1308+
1309+
The ``collect_serializer_data`` option was introduced in Symfony 6.1.
13061310

13071311
rate_limiter
13081312
~~~~~~~~~~~~

0 commit comments

Comments
 (0)