X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMostlinked.php;h=c4553a4fad75c9663539c24092398a935a02f143;hb=6a943e048ec1c97455d08d40777c1fad0d759256;hp=712574cf14e39cb0394c1eb43fe50447173b02b7;hpb=30f28501243ba58faf4063b701cf3148bd1d1280;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMostlinked.php b/includes/specials/SpecialMostlinked.php index 712574cf14..c4553a4fad 100644 --- a/includes/specials/SpecialMostlinked.php +++ b/includes/specials/SpecialMostlinked.php @@ -25,6 +25,9 @@ * @author Rob Church */ +use Wikimedia\Rdbms\IResultWrapper; +use Wikimedia\Rdbms\IDatabase; + /** * A special page to show pages ordered by the number of pages linking to them. * @@ -75,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 );