Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASV: suppress return type deprecation warning
Forward compatibility for PHP 8.1: This annotation suppresses the "Deprecated: Return type of mle86\Value\AbstractSerializableValue:: jsonSerialize() should either be compatible with JsonSerializable:: jsonSerialize(): mixed" warning (without having to add an explicit "mixed" return type which would not work with PHP7).
- Loading branch information