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

add ReturnTypeWillChange attributes for PHP 8.1 #259

Closed cliffordvickrey closed 2 years ago

cliffordvickrey commented 2 years ago

add ReturnTypeWillChange attributes, where necessary, to avoid PHP 8.1 deprecation notices in a backward-compatible way

mikaelcom commented 2 years ago

Thanks, the tests do not pass under PHP 8.1 anyway :roll_eyes: