PackageBase icon indicating copy to clipboard operation
PackageBase copied to clipboard

PHP 8.3 deprecated error

Open Rom1906 opened this issue 11 months ago • 1 comments

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 ?

Rom1906 avatar Dec 22 '24 21:12 Rom1906

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.

mikaelcom avatar Jan 13 '25 19:01 mikaelcom