From 2b042ba2ae548ae7c00b49d12533f9b7787c2303 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Aug 2010 06:36:44 +0000 Subject: [PATCH] Mark the comment as documentation --- includes/StringUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/StringUtils.php b/includes/StringUtils.php index 6c8412f210..82b9dc13c2 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 ) -- 2.20.1