X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMostlinked.php;h=c4553a4fad75c9663539c24092398a935a02f143;hp=ff8550d10afa0b796b86cb8e9ef977cc8cf26d0d;hb=315df62758acb54c52f42bd3067a9ae95bcb3aa6;hpb=28348d6cf0c6e0482e94bb924c12926b390bd0e7 diff --git a/includes/specials/SpecialMostlinked.php b/includes/specials/SpecialMostlinked.php index ff8550d10a..c4553a4fad 100644 --- a/includes/specials/SpecialMostlinked.php +++ b/includes/specials/SpecialMostlinked.php @@ -25,7 +25,8 @@ * @author Rob Church */ -use Wikimedia\Rdbms\ResultWrapper; +use Wikimedia\Rdbms\IResultWrapper; +use Wikimedia\Rdbms\IDatabase; /** * A special page to show pages ordered by the number of pages linking to them. @@ -77,7 +78,7 @@ class MostlinkedPage extends QueryPage { * Pre-fill the link cache * * @param IDatabase $db - * @param ResultWrapper $res + * @param IResultWrapper $res */ function preprocessResults( $db, $res ) { $this->executeLBFromResultWrapper( $res );