aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/SafeFN.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/SafeFN.class.php')
-rw-r--r--inc/SafeFN.class.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/SafeFN.class.php b/inc/SafeFN.class.php
index b9e4a2b2a..9388ce4d6 100644
--- a/inc/SafeFN.class.php
+++ b/inc/SafeFN.class.php
@@ -88,9 +88,11 @@ class SafeFN {
/**
* convert an array of unicode codepoints into 'safe_filename' format
*
- * @param array int $unicode an array of unicode codepoints
- * @return string the unicode represented in 'safe_filename' format
+ * @param $unicode
*
+ * @return string the unicode represented in 'safe_filename' format
+ *
+ * @internal param int $array $unicode an array of unicode codepoints
* @author Christopher Smith <chris@jalakai.co.uk>
*/
private static function unicode_to_safe($unicode) {