X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=inline;f=includes%2Ftitle%2FMalformedTitleException.php;h=47660e37220874ad19add809f952f46525094bc9;hb=0465a6dd04f7f96a6efffa0a35888fe78eab0d92;hp=213343f968705df0aa63f58916956bd0d0d2ebe5;hpb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;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) */