Merge "Don't include images/categories when behind a local interwiki prefix"
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 611f7a0..36f306d 100644 (file)
@@ -843,7 +843,7 @@ class Parser {
         * @since 1.19
         *
         * @throws MWException
-        * @return Language|null
+        * @return Language
         */
        public function getTargetLanguage() {
                $target = $this->mOptions->getTargetLanguage();