Merge "resourceloader: Improve ResourceLoaderWikiModule test coverage"
[lhc/web/wiklou.git] / includes / import / WikiImporter.php
index 00bb61f..68f5b9b 100644 (file)
@@ -466,7 +466,7 @@ class WikiImporter {
 
        /**
         * Notify the callback function when a new "<page>" is reached.
-        * @param Title $title
+        * @param array $title
         */
        function pageCallback( $title ) {
                if ( isset( $this->mPageCallback ) ) {