goetas-webservices / xsd2php

Convert XSD into PHP classes and JMS serializer definitions
MIT License
234 stars 88 forks source link

[Feature Request] Add option to add PHP type declarations #148

Open RafaelKr opened 1 year ago

RafaelKr commented 1 year ago

https://github.com/laminas/laminas-code just shipped version 4.6.0 which makes it possible to add PHP type declarations.

I would love to see the option to add the type hints not only in PHPDoc but also as real type hints.