fix some issues with phpdoc
[lhc/web/wiklou.git] / includes / SpecialImport.php
index ae3ca83..07b2df5 100644 (file)
@@ -23,6 +23,7 @@
  * @subpackage SpecialPage
  */
 
+/** */
 require_once( 'WikiError.php' );
 
 /**
@@ -533,6 +534,7 @@ class WikiImporter {
 
 }
 
+/** @package MediaWiki */
 class ImportStringSource {
        function ImportStringSource( $string ) {
                $this->mString = $string;
@@ -553,6 +555,7 @@ class ImportStringSource {
        }
 }
 
+/** @package MediaWiki */
 class ImportStreamSource {
        function ImportStreamSource( $handle ) {
                $this->mHandle = $handle;