Merge "Function for "pretty timestamps" that are human readable and understandable."
[lhc/web/wiklou.git] / includes / StringUtils.php
index 43275a6..fba31ea 100644 (file)
@@ -424,7 +424,7 @@ class ReplacementArray {
 
 /**
  * An iterator which works exactly like:
- * 
+ *
  * foreach ( explode( $delim, $s ) as $element ) {
  *    ...
  * }