From 102299eb9d479ffc76b825a40421722475aa7441 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 1 Jan 2011 22:46:23 +0000 Subject: [PATCH] Document getParserOutput() return type in Article --- includes/Article.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1