r74143 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74142‎ | r74143 | r74144 >
Date:14:23, 2 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed a doxygen warning
Modified paths:
  • /trunk/phase3/includes/StringUtils.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/StringUtils.php
@@ -125,6 +125,7 @@
126126 * @param $replace String: replacement string. May contain $1, which will be
127127 * replaced by the text between the delimiters
128128 * @param $subject String to search
 129+ * @param $flags String: regular expression flags
129130 * @return String: The string with the matches replaced
130131 */
131132 static function delimiterReplace( $startDelim, $endDelim, $replace, $subject, $flags = '' ) {

Status & tagging log