From: Niklas Laxström Date: Sun, 8 Aug 2010 06:36:44 +0000 (+0000) Subject: Mark the comment as documentation X-Git-Tag: 1.31.0-rc.0~35625 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=2b042ba2ae548ae7c00b49d12533f9b7787c2303;p=lhc%2Fweb%2Fwiklou.git Mark the comment as documentation --- 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 )