From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 14:23:26 +0000 (+0000) Subject: Fixed a doxygen warning X-Git-Tag: 1.31.0-rc.0~34676 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=6e2ecb581fa28bf421d87f9dad2c03dffdd89364;p=lhc%2Fweb%2Fwiklou.git Fixed a doxygen warning --- 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 = '' ) {