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
I would like to provide a PR to solve this, but my current approaches both seem subobtimal, either just silencing the warning from #674, or using a temporary error-handler every time $hasNode is determined...
What do you think?
The text was updated successfully, but these errors were encountered:
twtgrowth
pushed a commit
to twtgrowth/serializer
that referenced
this issue
Jan 9, 2017
Deserializing XML with only namespaced child-nodes does not work as intended (in #675).
My testcase, derived from testObjectWithNamespacesAndList():
with this xml:
currently fails because of src/JMS/Serializer/XmlDeserializationVisitor.php:153
0 === $data->count()
(see https://3v4l.org/n7o8I).
I would like to provide a PR to solve this, but my current approaches both seem subobtimal, either just silencing the warning from #674, or using a temporary error-handler every time $hasNode is determined...
What do you think?
The text was updated successfully, but these errors were encountered: