You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #54851 [Serializer] Fixed "Warning: Attempt to read property "value" on string" (michaljusiega, xabbuh)
This PR was merged into the 7.1 branch.
Discussion
----------
[Serializer] Fixed "Warning: Attempt to read property "value" on string"
| Q | A
| ------------- | ---
| Branch? | 7.1 (7.1.0-BETA1)
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixed regresion of #53160
| License | MIT
Hi! I've updated my project to `7.1.0-BETA1` and I found an error.
After update I got: `Warning: Attempt to read property "value" on string` in `vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:748` because in `733 line` the enum-case of value `TypeIdentifier` has been already readed.

Quite not sure if tests are possible here.
Commits
-------
90251c9 add test
4b3dcf1 Fixed "Warning: Attempt to read property "value" on string"
0 commit comments