wiki.techinc.nl/tests/phpunit/unit/includes/api
Umherirrender 1086958611 Replace array_keys in foreach to use $_ as value instead
When the value of the associated array is not used, there is no need to
use array_keys and create internal a copy of the array, just omit the
value with $_ to tell static analyzer that the var is unused.

Change-Id: I5c6d667e98c0167c0573c683f0d617bc1d4ca619
2023-07-10 02:53:52 +00:00
..
ApiModuleManagerTest.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
ApiWatchlistTraitTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00