Add missing doc param
[lhc/web/wiklou.git] / includes / EditPage.php
index 5b0bc8a..82ddee0 100644 (file)
@@ -3407,6 +3407,7 @@ HTML
         *
         * @param Title $title
         * @param string $format Output format, valid values are any function of a Message object
+        * @param Language|string|null $langcode Language code or Language object.
         * @return string
         */
        public static function getCopyrightWarning( $title, $format = 'plain', $langcode = null ) {