rev_deleted merge:
[lhc/web/wiklou.git] / includes / StringUtils.php
index 0090604..374fb00 100644 (file)
@@ -1,5 +1,7 @@
 <?php
-
+/**
+ * A collection of static methods to play with strings.
+ */
 class StringUtils {
        /**
         * Perform an operation equivalent to 
@@ -298,4 +300,4 @@ class ReplacementArray {
        }
 }
 
-?>
+