From 6e2ecb581fa28bf421d87f9dad2c03dffdd89364 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 14:23:26 +0000 Subject: [PATCH] Fixed a doxygen warning --- includes/StringUtils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/StringUtils.php b/includes/StringUtils.php index 82b9dc13c2..4c742e011a 100644 --- a/includes/StringUtils.php +++ b/includes/StringUtils.php @@ -125,6 +125,7 @@ class StringUtils { * @param $replace String: replacement string. May contain $1, which will be * replaced by the text between the delimiters * @param $subject String to search + * @param $flags String: regular expression flags * @return String: The string with the matches replaced */ static function delimiterReplace( $startDelim, $endDelim, $replace, $subject, $flags = '' ) { -- 2.20.1