Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Serializer] Fix deserializing of nested snake_case attributes using CamelCaseToSnakeCaseNameConverter#51399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Victor-Truhanovich commentedAug 16, 2023
The PR was recreated because Milestone was not appointed in PR#51394 |
src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
mtarld left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you@Victor-Truhanovich 🙂
mtarld commentedAug 22, 2023
Just one last thing, you should take care about fabbot errors:https://fabbot.io/report/symfony/symfony/51399/418bdea59c858a48dca18e493353454e16628aa1 |
mtarld commentedAug 22, 2023
Oh, sorry my bad, I didn't check why fabbot was yelling... Actually it's a false positive, the comments are legit here! |
Victor-Truhanovich commentedAug 22, 2023
@mtarld I rollbacked code style changes |
…CamelCaseToSnakeCaseNameConverter
cd65d0e tof114c55Comparenicolas-grekas commentedAug 23, 2023
Thank you@Victor-Truhanovich. |
Uh oh!
There was an error while loading.Please reload this page.
It was not possible to deserialize nested attributes using CamelCaseToSnakeCaseNameConverter
Example