Commit 355570e
committed
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).1 parent 39872c5 commit 355570e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments