wiki.techinc.nl/tests/phpunit/unit/includes/json
Aryeh Gregor 1560b98225 Type hints for ArrayAccess and JsonSerializable
These two interfaces' methods have tentative return types in PHP 8.1,
which causes code without the type hints to raise warnings. Where the
type hint is "mixed", we need to use the special declaration
[\ReturnTypeWillChange] in a comment to suppress the warning as long as
we still support PHP < 8.0, which doesn't have a "mixed" type hint.

Bug: T289879
Change-Id: I1a126e602e92b8d13c7795eb6d790effd5ddc986
2022-04-11 15:06:27 +03:00
..
FormatJsonTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
JsonCodecTest.php Type hints for ArrayAccess and JsonSerializable 2022-04-11 15:06:27 +03:00