Deprecate wfArrayFilter() and wfArrayFilterByKey()
authorMax Semenik <maxsem.wiki@gmail.com>
Wed, 18 Jul 2018 08:42:52 +0000 (01:42 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 19 Jul 2018 06:40:46 +0000 (08:40 +0200)
commit9b0c621d7f982c66c02ab4ddedc25b51040aaeb9
tree2d7ce2ed26135aba543844e34f945947542cee05
parenta55a6f242458881f785cc6b9248ba3e20b484f87
Deprecate wfArrayFilter() and wfArrayFilterByKey()

Now that all our supported PHP versions have array_filter()
with a third parameter, these functions aren't needed anymore.

Depends-On: I3b097a1a048baabcaca15dc214a3a1bb06e746cc
Depends-On: I0187e27ac47cbab099249572201d1a649226a734
Change-Id: I7cabd0252691a083cb749cf9d3a7a23f1d076c39
RELEASE-NOTES-1.32
includes/GlobalFunctions.php
includes/actions/HistoryAction.php
includes/changes/EnhancedChangesList.php
includes/logging/LogEventsList.php
includes/shell/Command.php
includes/specials/SpecialNewpages.php
includes/specials/pagers/ContribsPager.php
includes/specials/pagers/DeletedContribsPager.php
tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php