Skip to content

Commit 0454597

Browse files
committed
minor #20936 [FrameworkBundle] fix default value for the collect_serializer_data option (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] fix default value for the `collect_serializer_data` option If I don't miss anything, symfony/symfony#60069 didn't change the default value. Commits ------- 4545364 fix default value for the "collect_serializer_data" option
2 parents b5ea24e + 4545364 commit 0454597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ Combine it with the ``collect`` option to enable/disable the profiler on demand:
24072407
collect_serializer_data
24082408
.......................
24092409

2410-
**type**: ``boolean`` **default**: ``true``
2410+
**type**: ``boolean`` **default**: ``false``
24112411

24122412
When this option is ``true``, all normalizers and encoders are
24132413
decorated by traceable implementations that collect profiling information about them.

0 commit comments

Comments
 (0)