Replace DatabaseBase:: with Database:: and update type hints
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 26 Sep 2016 22:40:07 +0000 (15:40 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Sep 2016 04:20:03 +0000 (04:20 +0000)
commit5bbac35ed1ce873f9e78dcbadf28b763afe4e9d1
tree9d0ba49ca0694d0714dd17248ad0e4a71082b7f4
parent1deee13f805bec30b38730eae0bb525afb42c12d
Replace DatabaseBase:: with Database:: and update type hints

Change-Id: I3919b04eb2de4fa0bf8a02239fb5bbf17d347511
37 files changed:
includes/MergeHistory.php
includes/WatchedItemQueryService.php
includes/WatchedItemStore.php
includes/cache/LinkBatch.php
includes/changes/ChangesFeed.php
includes/changetags/ChangeTags.php
includes/dao/DBAccessBase.php
includes/db/DatabaseMssql.php
includes/filerepo/ForeignDBRepo.php
includes/filerepo/file/LocalFile.php
includes/installer/DatabaseUpdater.php
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php
includes/libs/lockmanager/DBLockManager.php
includes/libs/rdbms/TransactionProfiler.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/DatabaseSqlite.php
includes/libs/rdbms/database/IDatabase.php
includes/libs/rdbms/encasing/LikeMatch.php
includes/libs/rdbms/exception/DBQueryError.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
includes/objectcache/SqlBagOStuff.php
includes/page/WikiPage.php
includes/user/User.php
tests/parser/ParserTestRunner.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/WatchedItemQueryServiceUnitTest.php
tests/phpunit/includes/db/DatabaseMysqlBaseTest.php
tests/phpunit/includes/db/DatabaseSQLTest.php
tests/phpunit/includes/db/DatabaseSqliteTest.php
tests/phpunit/includes/db/DatabaseTest.php
tests/phpunit/includes/db/DatabaseTestHelper.php
tests/phpunit/includes/db/LBFactoryTest.php
tests/phpunit/includes/installer/DatabaseUpdaterTest.php
tests/phpunit/includes/utils/BatchRowUpdateTest.php