GlobalFunctions: Remove usage of `wfArrayFilter` & `wfArrayFilterByKey`
authorDerick Alangi <alangiderick@gmail.com>
Sat, 27 Apr 2019 06:40:47 +0000 (07:40 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Sat, 27 Apr 2019 06:48:07 +0000 (07:48 +0100)
commit3d2750b89fc7eb66c2b3d403cbd7e48293053081
tree9aaa2a0cd5dc0b74f0a3327bb95c7affc8437d53
parentaff7dacedcaae4ffba2106440960ba3b3f0c1d63
GlobalFunctions: Remove usage of `wfArrayFilter` & `wfArrayFilterByKey`

These functions were hard deprecated in 1.32 and usage no longer exist
and seems to have been completely removed from all repos. See below;

Usage
=====

https://codesearch.wmflabs.org/search/?q=%5B%5E%3E%5D(wfArrayFilterByKey%5C(%7CwfArrayFilter%5C()&i=nope&files=&repos=

Bug: T42485
Change-Id: I28092eeb8dec058c5dba2fb63f3602249c137b31
includes/GlobalFunctions.php
tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php [deleted file]