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