KartikMistry has uploaded a new change for review.
https://gerrit.wikimedia.org/r/177226
Change subject: Changed return type from DatabaseBase to IDatabase
......................................................................
Changed return type from DatabaseBase to IDatabase
Change-Id: I70211187c7927a38e039860eb92fedaa917e6fa9
---
M includes/Database.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation
refs/changes/26/177226/1
diff --git a/includes/Database.php b/includes/Database.php
index d9b0b54..0ad39af 100644
--- a/includes/Database.php
+++ b/includes/Database.php
@@ -8,7 +8,7 @@
/**
* Gets a database connection to the ContentTranslation database
* @param int $type Either DB_SLAVE or DB_MASTER
- * @return DatabaseBase
+ * @return IDatabase
*/
public static function getConnection( $type ) {
global $wgContentTranslationDatabase,
$wgContentTranslationCluster;
--
To view, visit https://gerrit.wikimedia.org/r/177226
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I70211187c7927a38e039860eb92fedaa917e6fa9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits