Commit a25b0c8
committed
minor #62363 [FrameworkBundle] Update deprecation message for
This PR was merged into the 7.4 branch.
Discussion
----------
[FrameworkBundle] Update deprecation message for `collect_serializer_data`
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
"false" is the default value. The current deprecation message makes me think I have set `collect_serializer_data: false` in my configuration, but in fact it was not specified. That was the default configuration: https://github.com/symfony/recipes/blob/main/symfony/web-profiler-bundle/6.1/config/packages/web_profiler.yaml#L11
Related to #60069
Commits
-------
c2dfe2f [FrameworkBundle] Update deprecation message for collect_serializer_datacollect_serializer_data (GromNaN)File tree
1 file changed
+1
-1
lines changed- src/Symfony/Bundle/FrameworkBundle/DependencyInjection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | | - | |
| 1056 | + | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
| |||
0 commit comments