goetas-webservices / xsd2php

Convert XSD into PHP classes and JMS serializer definitions
MIT License
238 stars 93 forks source link

Fix And type #175

Closed metalinspired closed 2 weeks ago

metalinspired commented 3 weeks ago

Support for Any type was added to xsd-reader in #86 but noting was done on xsd2php. This PR fixes conversion for schemas that use Any type. Note that it removes PHP 7 support since I used union types.

goetas commented 3 weeks ago

could you please add a test to see what is the expected class and metadata generation?

metalinspired commented 2 weeks ago

@goetas I will close this PR. I stumbled upon few more issues when trying to convert XZuFI 2.3 so I will create one patch for them all.

goetas commented 2 weeks ago

👍