wiki.techinc.nl/tests/phpunit/unit/includes/Rest
Umherirrender e662614f95 Use explicit nullable type on parameter arguments
Implicitly marking parameter $... as nullable is deprecated in php8.4,
the explicit nullable type must be used instead

Created with autofix from Ide15839e98a6229c22584d1c1c88c690982e1d7a

Break one long line in SpecialPage.php

Bug: T376276
Change-Id: I807257b2ba1ab2744ab74d9572c9c3d3ac2a968e
2024-10-16 20:58:33 +02:00
..
BasicAccess Drop writeapi userright 2024-07-31 11:10:50 +00:00
Handler Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
HeaderParser Remove all @package comments 2024-05-10 13:53:15 +02:00
Module REST: Introduce discovery endpoint 2024-09-20 17:02:59 +00:00
PathTemplateMatcher tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
Validator tests: Silence JsonBodyValidator deprecation warning in data provider 2024-08-16 23:37:56 +02:00
ConditionalHeaderUtilTest.php tests: Add more use statements in namespaced classes 2024-02-18 21:31:02 +00:00
CorsUtilsTest.php tests: Add more use statements in namespaced classes 2024-02-18 21:31:02 +00:00
HeaderContainerTest.php tests: Add more use statements in namespaced classes 2024-02-18 21:31:02 +00:00
MockHandlerFactory.php Introduce Modules into the REST framework 2024-05-08 16:12:30 +02:00
RequestBaseTest.php RequestInterface: add hasBody() 2024-02-28 10:17:08 +00:00
RequestDataTest.php RequestInterface: add hasBody() 2024-02-28 10:17:08 +00:00
ResponseFactoryTest.php REST: Allow specifying param descriptions as MessageValue objects 2024-10-08 16:42:52 -05:00
RestTestTrait.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
RouterTest.php REST: Introduce discovery endpoint 2024-09-20 17:02:59 +00:00
SessionHelperTestTrait.php Remove all @package comments 2024-05-10 13:53:15 +02:00
StringStreamTest.php tests: Add more use statements in namespaced classes 2024-02-18 21:31:02 +00:00
testAdditionalRoutes.json Introduce Modules into the REST framework 2024-05-08 16:12:30 +02:00
testRoutes.json REST: Deprecate using "post" as the parameter source 2024-06-25 14:57:58 +02:00
TokenAwareHandlerTraitTest.php