X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FImageQueryPage.php;h=49aaffd004ef147e4d2ef1c3f35b454c649fcdcd;hb=a3a9b8d440c10e0f1937b20d36cd9e1004843197;hp=c4e53eef050679cd83ff9d8cb76b259f966c77fe;hpb=69bd2e54d698f32120940f80f3493479297ecf74;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/ImageQueryPage.php b/includes/specialpage/ImageQueryPage.php index c4e53eef05..49aaffd004 100644 --- a/includes/specialpage/ImageQueryPage.php +++ b/includes/specialpage/ImageQueryPage.php @@ -21,6 +21,9 @@ * @ingroup SpecialPage */ +use Wikimedia\Rdbms\IResultWrapper; +use Wikimedia\Rdbms\IDatabase; + /** * Variant of QueryPage which uses a gallery to output results, thus * suited for reports generating images @@ -36,7 +39,7 @@ abstract class ImageQueryPage extends QueryPage { * @param OutputPage $out OutputPage to print to * @param Skin $skin User skin to use [unused] * @param IDatabase $dbr (read) connection to use - * @param ResultWrapper $res Result pointer + * @param IResultWrapper $res Result pointer * @param int $num Number of available result rows * @param int $offset Paging offset */