PackageGenerator icon indicating copy to clipboard operation
PackageGenerator copied to clipboard

#280: workaround wrong order of optional/nullable parameters

Open superbiche opened this issue 1 year ago • 3 comments

Fixes https://github.com/WsdlToPhp/PackageGenerator/issues/280

superbiche avatar Jun 20 '23 18:06 superbiche

@superbiche You need to update the genereted files used for tests. The simpliest way is to:

  1. uncomment line https://github.com/WsdlToPhp/PackageGenerator/blob/develop/tests/File/AbstractFile.php#L56
  2. launch locally phpunit on tests/File/StructTest.php
  3. comment back line https://github.com/WsdlToPhp/PackageGenerator/blob/develop/tests/File/AbstractFile.php#L56
  4. commit and push the updated files

Thx

mikaelcom avatar Aug 17 '23 19:08 mikaelcom