PackageGenerator
PackageGenerator copied to clipboard
#280: workaround wrong order of optional/nullable parameters
Fixes https://github.com/WsdlToPhp/PackageGenerator/issues/280
@superbiche You need to update the genereted files used for tests. The simpliest way is to:
- uncomment line https://github.com/WsdlToPhp/PackageGenerator/blob/develop/tests/File/AbstractFile.php#L56
- launch locally phpunit on tests/File/StructTest.php
- comment back line https://github.com/WsdlToPhp/PackageGenerator/blob/develop/tests/File/AbstractFile.php#L56
- commit and push the updated files
Thx