X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fcontent%2FWikitextContent.php;h=8e5e0a83053f2a40ec25ff00562b87d44e98132f;hb=22f137ced85fe4841c71ba6c2b9faf6199b5a539;hp=455eb0de4f0ae708a17d893293104b1472dcc7d0;hpb=447574ceb746c2f4026a8bf77632bdc4604314bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/WikitextContent.php b/includes/content/WikitextContent.php index 455eb0de4f..8e5e0a8305 100644 --- a/includes/content/WikitextContent.php +++ b/includes/content/WikitextContent.php @@ -329,7 +329,7 @@ class WikitextContent extends TextContent { * using the global Parser service. * * @param Title $title - * @param int $revId Revision to pass to the parser (default: null) + * @param int|null $revId Revision to pass to the parser (default: null) * @param ParserOptions $options (default: null) * @param bool $generateHtml (default: true) * @param ParserOutput &$output ParserOutput representing the HTML form of the text,