X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=includes%2Fapi%2FApiBase.php;h=506ff73a41db07aef533701bd31ffcb49fb8c554;hb=53779578b44575ef91feb3fad488f09b52f737d7;hp=bf33838addf76922d14c2fcd3d63ddafea4dcc9b;hpb=5adacd4138b3fdc20e263ffcf765ad0f4f5a6b57;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index bf33838add..506ff73a41 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -600,7 +600,7 @@ abstract class ApiBase extends ContextSource { /** * Gets a default replica DB connection object - * @return DatabaseBase + * @return Database */ protected function getDB() { if ( !isset( $this->mSlaveDB ) ) {