Tidy up some unused variables and such
[lhc/web/wiklou.git] / includes / Import.php
index bdf70aa..1c3bbd9 100644 (file)
@@ -907,6 +907,9 @@ class WikiRevision {
                $this->params = $params;
        }
 
+       /**
+        * @return Title
+        */
        function getTitle() {
                return $this->title;
        }