X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FWantedQueryPage.php;h=c4140de1d88f615e4eb12dc4844136cd0317aefc;hb=9bba2d169ed968839b07c85be487e0185cb38ce0;hp=be2f1e8d6e75919c35256b2259e76075547a2bac;hpb=81740c599d2186c23bd6f7d475da0728a5995a70;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/WantedQueryPage.php b/includes/specialpage/WantedQueryPage.php index be2f1e8d6e..c4140de1d8 100644 --- a/includes/specialpage/WantedQueryPage.php +++ b/includes/specialpage/WantedQueryPage.php @@ -37,7 +37,7 @@ abstract class WantedQueryPage extends QueryPage { /** * Cache page existence for performance - * @param DatabaseBase $db + * @param IDatabase $db * @param ResultWrapper $res */ function preprocessResults( $db, $res ) { @@ -109,7 +109,7 @@ abstract class WantedQueryPage extends QueryPage { * @note This will only be run if the page is cached (ie $wgMiserMode = true) * unless forceExistenceCheck() is true. * @since 1.24 - * @return boolean + * @return bool */ protected function existenceCheck( Title $title ) { return $title->isKnown();