Merge "MimeAnalyzer: Add testcases for mp3 detection"
[lhc/web/wiklou.git] / includes / cache / LinkBatch.php
index d773fff..d8e3c38 100644 (file)
@@ -22,6 +22,8 @@
  */
 use MediaWiki\Linker\LinkTarget;
 use MediaWiki\MediaWikiServices;
+use Wikimedia\Rdbms\ResultWrapper;
+use Wikimedia\Rdbms\IDatabase;
 
 /**
  * Class representing a list of titles
@@ -41,7 +43,6 @@ class LinkBatch {
        protected $caller;
 
        /**
-        * LinkBatch constructor.
         * @param LinkTarget[] $arr Initial items to be added to the batch
         */
        public function __construct( $arr = [] ) {