Skip to content

Commit c8e24a8

Browse files
committed
[FrameworkBundle] Update deprecation message for collect_serializer_data
1 parent 302939e commit c8e24a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ private function registerProfilerConfiguration(array $config, ContainerBuilder $
10531053
}
10541054

10551055
if (false === $config['collect_serializer_data']) {
1056-
trigger_deprecation('symfony/framework-bundle', '7.3', 'Setting the "framework.profiler.collect_serializer_data" config option to "false" is deprecated.');
1056+
trigger_deprecation('symfony/framework-bundle', '7.3', 'Not setting the "framework.profiler.collect_serializer_data" config option to "true" is deprecated.');
10571057
}
10581058

10591059
if ($this->isInitializedConfigEnabled('serializer') && $config['collect_serializer_data']) {

0 commit comments

Comments
 (0)