X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexport%2FWikiExporter.php;h=ec0b344e3cf507022b7885f4de37c02e86d48ef2;hb=e390198c4e4be7632b01173e42050061f1cc346a;hp=3ab88e29279a95b1354a8996120a0ca2d1e13822;hpb=b14dd60f43a42bf9e37476529de96a23702eabdf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/export/WikiExporter.php b/includes/export/WikiExporter.php index 3ab88e2927..ec0b344e3c 100644 --- a/includes/export/WikiExporter.php +++ b/includes/export/WikiExporter.php @@ -30,7 +30,6 @@ use MediaWiki\MediaWikiServices as MediaWikiServicesAlias; use MediaWiki\Storage\RevisionRecord; use Wikimedia\Rdbms\IResultWrapper; -use Wikimedia\Rdbms\IDatabase; /** * @ingroup SpecialPage Dump @@ -68,7 +67,7 @@ class WikiExporter { /** @var XmlDumpWriter */ private $writer; - /** @var IDatabase */ + /** @var Database */ protected $db; /** @var array|int */ @@ -87,7 +86,7 @@ class WikiExporter { } /** - * @param IDatabase $db + * @param Database $db * @param int|array $history One of WikiExporter::FULL, WikiExporter::CURRENT, * WikiExporter::RANGE or WikiExporter::STABLE, or an associative array: * - offset: non-inclusive offset at which to start the query