You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments