X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpager%2FIndexPager.php;h=f0e7f3e8091721ac13a2a1d2d2920afcfc2daa7c;hb=7c07943eab6e3654ae3ccd3081f4cc74d48e5876;hp=7a5952f1678cb83f4198e1337dfe12ce67cbce49;hpb=67322efbafd9838e1ac54a92a911c3528388e095;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/pager/IndexPager.php b/includes/pager/IndexPager.php index 7a5952f167..f0e7f3e809 100644 --- a/includes/pager/IndexPager.php +++ b/includes/pager/IndexPager.php @@ -182,7 +182,7 @@ abstract class IndexPager extends ContextSource implements Pager { /** * Get the Database object in use * - * @return DatabaseBase + * @return IDatabase */ public function getDatabase() { return $this->mDb;