PackageBase
PackageBase copied to clipboard
PHP 8.3 deprecated error
Hello since PHP 8.3 we have a new issue, Deprecated: Return type of WsdlToPhp\PackageBase\AbstractStructBase::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in XXXXXXX/wsdl/vendor/wsdltophp/packagebase/src/AbstractStructBase.php on line 11
Can you resolve please ?
Hi, this attribute is allowed since PHP > 8.0 whereas this library is currently provided for PHP 7.4 which is not compatible.
This would then need to provide a new major version for PHP > 8.0.
I'm not able to telle when I'll be able to provide such a version.