r79453 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79452‎ | r79453 | r79454 >
Date:22:46, 1 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Document getParserOutput() return type in Article
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -4517,6 +4517,7 @@
45184518 * @since 1.16 (r52326) for LiquidThreads
45194519 *
45204520 * @param $oldid mixed integer Revision ID or null
 4521+ * @return ParserOutput
45214522 */
45224523 public function getParserOutput( $oldid = null ) {
45234524 global $wgEnableParserCache, $wgUser;

Status & tagging log