X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FLinkBatch.php;h=d98888f0b013e32a65a6a91b46d6d2012dcfe2e3;hb=6cc65335f30cc90fcf661ed06865960c1c9ab428;hp=698b3046f34a8f61f11ceb5c85d457d5ae47c247;hpb=2fff57e8a1e2fbf8487dcb4206b7d8b35bca47a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LinkBatch.php b/includes/cache/LinkBatch.php index 698b3046f3..d98888f0b0 100644 --- a/includes/cache/LinkBatch.php +++ b/includes/cache/LinkBatch.php @@ -231,7 +231,7 @@ class LinkBatch { * Construct a WHERE clause which will match all the given titles. * * @param string $prefix The appropriate table's field name prefix ('page', 'pl', etc) - * @param DatabaseBase $db DatabaseBase object to use + * @param IDatabase $db DatabaseBase object to use * @return string|bool String with SQL where clause fragment, or false if no items. */ public function constructSet( $prefix, $db ) {