Get rid of call_user_func(_array)(), part 3
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 9 Jun 2018 23:26:32 +0000 (16:26 -0700)
committerMaxSem <maxsem.wiki@gmail.com>
Sun, 10 Jun 2018 02:21:24 +0000 (02:21 +0000)
commit1e680456b4b2f5f2a33df4acceafc03d6c8f75b1
treec7a59f1bf93d23eb7aa1aa53758d9e1a5f979bb1
parentbfb35823d9562ff46aaeb0fa0f04a8fe8ea8b68e
Get rid of call_user_func(_array)(), part 3

Also cleaned up nearby code in a couple places.

Change-Id: Ibf44ee7c0ceb739d7e79406e4ff39303c316e285
28 files changed:
includes/SiteConfiguration.php
includes/filerepo/RepoGroup.php
includes/htmlform/HTMLFormField.php
includes/installer/DatabaseUpdater.php
includes/libs/ArrayUtils.php
includes/libs/MemoizedCallable.php
includes/libs/StringUtils.php
includes/libs/filebackend/SwiftFileBackend.php
includes/libs/objectcache/CachedBagOStuff.php
includes/libs/objectcache/MultiWriteBagOStuff.php
includes/libs/objectcache/WANObjectCache.php
includes/libs/rdbms/database/DBConnRef.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/DatabaseSqlite.php
includes/libs/rdbms/lbfactory/LBFactory.php
includes/libs/rdbms/lbfactory/LBFactoryMulti.php
includes/libs/rdbms/lbfactory/LBFactorySimple.php
includes/libs/rdbms/lbfactory/LBFactorySingle.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
includes/libs/redis/RedisConnRef.php
includes/media/BitmapHandler.php
includes/media/SvgHandler.php
includes/page/Article.php
includes/parser/ParserDiffTest.php
includes/poolcounter/PoolCounterWorkViaCallback.php
includes/services/ServiceContainer.php
includes/skins/BaseTemplate.php
tests/phpunit/mocks/MockMessageLocalizer.php