WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
422 stars 73 forks source link

Option To Always Import Classes #241

Closed sprankhub closed 3 years ago

sprankhub commented 3 years ago

It would be nice to have an option to always import classes in the generated code. So instead of having this:

@return \My\Module\Generated\StructType\MyType

Import the type and then just have this:

@return MyType
mikaelcom commented 3 years ago

Indeed, I implicitely noted it in the issue #233 as Group use statements on top of the class for every used class not in the same namespace