X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fuser%2FBotPassword.php;h=57610fc9e40251f2a290eff89947a58a12ca9f46;hb=9964ca1a390c446397dcd466916ffed356cdc3c9;hp=eae57f40dc761b59c59aa4a0b66c478d97c77dad;hpb=68c247e60f7b9e3e94e1e59e0fcbe7e5002fad82;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/user/BotPassword.php b/includes/user/BotPassword.php index eae57f40dc..57610fc9e4 100644 --- a/includes/user/BotPassword.php +++ b/includes/user/BotPassword.php @@ -68,7 +68,7 @@ class BotPassword implements IDBAccessObject { /** * Get a database connection for the bot passwords database * @param int $db Index of the connection to get, e.g. DB_MASTER or DB_REPLICA. - * @return DatabaseBase + * @return Database */ public static function getDB( $db ) { global $wgBotPasswordsCluster, $wgBotPasswordsDatabase;