Index: trunk/phase3/includes/Article.php |
— | — | @@ -4517,6 +4517,7 @@ |
4518 | 4518 | * @since 1.16 (r52326) for LiquidThreads |
4519 | 4519 | * |
4520 | 4520 | * @param $oldid mixed integer Revision ID or null |
| 4521 | + * @return ParserOutput |
4521 | 4522 | */ |
4522 | 4523 | public function getParserOutput( $oldid = null ) { |
4523 | 4524 | global $wgEnableParserCache, $wgUser; |