Commit f0c591f
committed
minor #18798 [Serializer] Fix Serializer context configuration in YAML (wuchen90)
This PR was merged into the 5.4 branch.
Discussion
----------
[Serializer] Fix Serializer context configuration in YAML
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
See the code of v5.4:
https://github.com/symfony/symfony/blob/fcb754a1c08ef0b283f1f0caf0c8666098cb7fb6/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php#L105-L119
Commits
-------
dc67e90 Fix Serializer context configuration in YAML1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments