diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-11-16 08:29:57 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-16 14:56:15 +0100 |
commit | efd6f1df63c24ed2947bccb863bb92c2346bf697 (patch) | |
tree | 2b76d348888cf801e0fb7a4f49d68946a6bfcf50 /phpBB/includes/functions.php | |
parent | 7cbd440e7a69eb836eb9d58800f1c535d41b83ab (diff) | |
download | forums-efd6f1df63c24ed2947bccb863bb92c2346bf697.tar forums-efd6f1df63c24ed2947bccb863bb92c2346bf697.tar.gz forums-efd6f1df63c24ed2947bccb863bb92c2346bf697.tar.bz2 forums-efd6f1df63c24ed2947bccb863bb92c2346bf697.tar.xz forums-efd6f1df63c24ed2947bccb863bb92c2346bf697.zip |
[ticket/11192] Update $value parameter description to support other types.
PHPBB3-11192
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 8688ba3f7e..6e661228b7 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -289,7 +289,8 @@ function phpbb_gmgetdate($time = false) /** * Return formatted string for filesizes * -* @param int $value filesize in bytes (non-negative number) +* @param mixed $value filesize in bytes +* (non-negative number; int, float or string) * @param bool $string_only true if language string should be returned * @param array $allowed_units only allow these units (data array indexes) * |