X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=includes%2Fexport%2FWikiExporter.php;h=ec0b344e3cf507022b7885f4de37c02e86d48ef2;hb=c659bc63087b10d8765056500a8ed4bce6cfdbf4;hp=3ab88e29279a95b1354a8996120a0ca2d1e13822;hpb=ed398c0253e36f85d39452b00d3273867fe0b8ef;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