Merge "FauxRequest: Remove influence from $wgRequest on getFullRequestURL()"
[lhc/web/wiklou.git] / includes / content / CodeContentHandler.php
index dfd46c8..e350fb3 100644 (file)
@@ -32,7 +32,7 @@ abstract class CodeContentHandler extends TextContentHandler {
         * Returns the English language, because code is English, and should be handled as such.
         *
         * @param Title $title
-        * @param Content $content
+        * @param Content|null $content
         *
         * @return Language
         *
@@ -46,7 +46,7 @@ abstract class CodeContentHandler extends TextContentHandler {
         * Returns the English language, because code is English, and should be handled as such.
         *
         * @param Title $title
-        * @param Content $content
+        * @param Content|null $content
         *
         * @return Language
         *