The JsonSerializable::jsonSerialize returns mixed instead of array
this should fix the error:
PHP message: PHP Deprecated: Return type of Akaunting\Money\Money::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed
The
JsonSerializable::jsonSerialize
returnsmixed
instead ofarray
this should fix the error:
PHP version: 8.1.2