sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Updating generator to for PHP81 compatibility

Open funkjedi opened this issue 2 years ago • 0 comments

Supress PHP81 deprecation notices which are being thrown for generated classes implementing jsonSerialize.

Deprecated: Return type of ANetApiRequestType::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

This updates the generator to add the #[\ReturnTypeWillChange] attribute to the generated jsonSerialize methods.

funkjedi avatar Aug 05 '23 17:08 funkjedi