Tim Starling has submitted this change and it was merged. Change subject: Move some functions to a new class: ArrayUtils ......................................................................
Move some functions to a new class: ArrayUtils There're two functions now: ArrayUtils::findLowerBound() and ArrayUtils::arrayDiffAssocRecursive(). Test cases are added. Change-Id: I0f4e7d7cf854c71dc7bd710e1fb3e7a09a2222b3 --- A includes/ArrayUtils.php M includes/AutoLoader.php M includes/Collation.php M includes/LinksUpdate.php A tests/phpunit/includes/ArrayUtilsTest.php 5 files changed, 435 insertions(+), 76 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved Hashar: Looks good to me, but someone else must approve jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/28492 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0f4e7d7cf854c71dc7bd710e1fb3e7a09a2222b3 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: chinese-collation Gerrit-Owner: Liangent <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Liangent <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
