Hey all!
I'm new to this forum and this project, but I am very interested in helping out where I can.
My company depends heavily on this library, and we are also looking at upgrading our servers to PHP 7.2. I wrote up a new pull request which bumps our PhpUnit version to 5.7.x and updated the implements property on the PhpClass.php file to initialize always to an empty array so it's Countable.
The caveat here is that we would need to drop support for PHP 5.4 and 5.5 in order to support 7.2. Which seems fine, if we can release a new version of wsdl2phpgenerator.
The reason I upgraded PhpUnit was because of this error:
PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /Users/ekeyte/Projects/opensource/wsdl2phpgenerator/vendor/phpunit/phpunit/src/Util/Getopt.php on line 38
My question is, what do you think is the best way forward here?
-Eric