Commit e4bd593
committed
bug #49186 [Serializer] Improve exception message in UnwrappingDenormalizer (andersonamuller)
This PR was submitted for the 7.1 branch but it was squashed and merged into the 6.4 branch instead.
Discussion
----------
[Serializer] Improve exception message in UnwrappingDenormalizer
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
The current code expects the path to be replaced in the message, but probably it was forgotten.
Commits
-------
3c96bfb [Serializer] Improve exception message in UnwrappingDenormalizerFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Serializer/Context/Normalizer
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments