akaunting / laravel-money

Currency formatting and conversion package for Laravel
https://akaunting.com
MIT License
732 stars 101 forks source link

Change return type of jsonSerialize #86

Closed 7snovic closed 1 year ago

7snovic commented 1 year ago

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

PHP version: 8.1.2