wsdl-creator
wsdl-creator copied to clipboard
Fix for php8.1 error
null is not allowed any more in php8.1:
https://www.php.net/releases/8.1/en.php
Passing null to non-nullable internal function parameters is deprecated.
@piotrooo do you have time to look at this bugfix? It is an blocker for a project of ours...
Hi @piotrooo, can you please look at this fix? Is is an easy fix and the the code is compatible with php8.1