Fixed a doxygen warning
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 2 Oct 2010 14:23:26 +0000 (14:23 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 2 Oct 2010 14:23:26 +0000 (14:23 +0000)
includes/StringUtils.php

index 82b9dc1..4c742e0 100644 (file)
@@ -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 = '' ) {