We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AbstractClass
metadata
User
username
@Type("string")
{"username": "JohnDoe"}
src/GraphNavigator/DeserializationGraphNavigator.php This BC Break comes from #1080
The text was updated successfully, but these errors were encountered:
Can you provide a failing test case that works before #1080 and does not after? I stil can not figure it out...
Never mind, see #1103
Sorry, something went wrong.
Thanks!
Successfully merging a pull request may close this issue.
Steps required to reproduce the problem
AbstractClass
with some private property (e.g.:metadata
)User
which extendsAbstractClass
and add some property to thisUser
(e.g.:username
)@Type("string")
as deserialization type{"username": "JohnDoe"}
toUser
Expected Result
User
will have filled propertyusername
with string "JohnDoe" andAbstractClass
will have still null private propertymetadata
Actual Result
Problem:
src/GraphNavigator/DeserializationGraphNavigator.php
This BC Break comes from #1080
The text was updated successfully, but these errors were encountered: