r80217 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80216‎ | r80217 | r80218 >
Date:00:40, 14 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Document return type
Modified paths:
  • /trunk/extensions/ParserFunctions/ParserFunctions_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ParserFunctions/ParserFunctions_body.php
@@ -47,6 +47,9 @@
4848 return preg_replace( $this->getMarkerRegex( $parser ), '' , $text );
4949 }
5050
 51+ /**
 52+ * @return ExprParser
 53+ */
5154 function &getExprParser() {
5255 if ( !isset( $this->mExprParser ) ) {
5356 if ( !class_exists( 'ExprParser' ) ) {

Status & tagging log