X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FMalformedTitleException.php;h=47660e37220874ad19add809f952f46525094bc9;hb=8477d4a6f5949fcb875fb0d21800866bc548fc05;hp=213343f968705df0aa63f58916956bd0d0d2ebe5;hpb=f7e1770fb832aa77bf4e16ce8cc815f2b24dd10d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/MalformedTitleException.php b/includes/title/MalformedTitleException.php index 213343f968..47660e3722 100644 --- a/includes/title/MalformedTitleException.php +++ b/includes/title/MalformedTitleException.php @@ -29,7 +29,7 @@ class MalformedTitleException extends Exception implements ILocalizedException { /** * @param string $errorMessage Localisation message describing the error (since MW 1.26) - * @param string $titleText The invalid title text (since MW 1.26) + * @param string|null $titleText The invalid title text (since MW 1.26) * @param string[] $errorMessageParameters Additional parameters for the error message. * $titleText will be appended if it's not null. (since MW 1.26) */