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 #46577 [Serializer] Fix ignore attribute in Xml files (alamirault)
This PR was merged into the 5.4 branch.
Discussion
----------
[Serializer] Fix ignore attribute in Xml files
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#46463
| License | MIT
Before this PR `foo` was ignored. Now it is not.
```xml
<class name="Symfony\Component\Serializer\Tests\Fixtures\Annotations\IgnoreDummy">
<attribute name="foo" ignore="false" />
</class>
```
Instead of cast we now use `XmlUtils::phpize` like others XmlLoaders.
Commits
-------
6cdcb1b [Serializer] Fix ignore attribute in Xml files
0 commit comments