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

Don't add use InvalidArgumentException; within EnumType files #244

Closed mikaelcom closed 3 years ago

mikaelcom commented 3 years ago

Is your feature request related to a problem? Please describe. EnumType classes are generated with the use InvalidArgumentException statement which is useless.

Describe the solution you'd like Remove the use InvalidArgumentException statement

Describe alternatives you've considered None :wink:

Additional context None