wiki.techinc.nl/includes/changes
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
..
Hook Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
CategoryMembershipChange.php Replace deprecated MWException 2023-06-12 12:27:49 +00:00
ChangesFeed.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ChangesList.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
ChangesListBooleanFilter.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ChangesListBooleanFilterGroup.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ChangesListFilter.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ChangesListFilterGroup.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ChangesListStringOptionsFilter.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ChangesListStringOptionsFilterGroup.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
EnhancedChangesList.php Replace deprecated MWException 2023-06-12 12:27:49 +00:00
OldChangesList.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
RCCacheEntry.php
RCCacheEntryFactory.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
RecentChange.php Replace some more usages of deprecated MWException 2023-06-09 02:07:08 +02:00