aboutsummaryrefslogtreecommitdiffstats
path: root/includes/StringUtils.php
diff options
context:
space:
mode:
authorNiklas Laxström <nikerabbit@users.mediawiki.org>2010-08-08 06:36:44 +0000
committerNiklas Laxström <nikerabbit@users.mediawiki.org>2010-08-08 06:36:44 +0000
commit2b042ba2ae548ae7c00b49d12533f9b7787c2303 (patch)
tree1fe936cee4b25aa930e2d40a7c9da8072c43fb06 /includes/StringUtils.php
parent053b7dcb15aa208916dbb52ff360eda901d06cf6 (diff)
downloadmediawikicore-2b042ba2ae548ae7c00b49d12533f9b7787c2303.tar.gz
mediawikicore-2b042ba2ae548ae7c00b49d12533f9b7787c2303.zip
Mark the comment as documentation
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/70671
Diffstat (limited to 'includes/StringUtils.php')
-rw-r--r--includes/StringUtils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/StringUtils.php b/includes/StringUtils.php
index 6c8412f21025..82b9dc13c2cf 100644
--- a/includes/StringUtils.php
+++ b/includes/StringUtils.php
@@ -115,7 +115,7 @@ class StringUtils {
return $output;
}
- /*
+ /**
* Perform an operation equivalent to
*
* preg_replace( "!$startDelim(.*)$endDelim!$flags", $replace, $subject )