From: Sam Reed Date: Sat, 1 Jan 2011 22:46:23 +0000 (+0000) Subject: Document getParserOutput() return type in Article X-Git-Tag: 1.31.0-rc.0~32907 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=102299eb9d479ffc76b825a40421722475aa7441;p=lhc%2Fweb%2Fwiklou.git Document getParserOutput() return type in Article --- diff --git a/includes/Article.php b/includes/Article.php index a7351234b5..506b7414a2 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -4517,6 +4517,7 @@ class Article { * @since 1.16 (r52326) for LiquidThreads * * @param $oldid mixed integer Revision ID or null + * @return ParserOutput */ public function getParserOutput( $oldid = null ) { global $wgEnableParserCache, $wgUser;