Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix jsonSerialize on PHP 8.1+ ``` During inheritance of JsonSerializable: Uncaught ErrorException: Return type of FlixTech\SchemaRegistryApi\Schema\AvroReference::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice ``` * Use ReturnTypeWillChange to be PHP 7 compatible
- Loading branch information