diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-05-17 14:32:11 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-05-17 14:32:11 +0200 |
commit | f0eb2f133bf43be7ffa1bf71babf4ed28852e71b (patch) | |
tree | d32269af36b1044f19ab1fc1ff166c475ec9632f /system/helpers/number_helper.php | |
parent | 16642c71403f4463dfe6e83c13a0e3120474cd1d (diff) |
Suggested changes
Diffstat (limited to 'system/helpers/number_helper.php')
-rw-r--r-- | system/helpers/number_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/number_helper.php b/system/helpers/number_helper.php index 2a906ba1b..e49f2f7a0 100644 --- a/system/helpers/number_helper.php +++ b/system/helpers/number_helper.php @@ -42,7 +42,7 @@ if ( ! function_exists('byte_format')) /** * Formats a numbers as bytes, based on size, and adds the appropriate suffix * - * @param mixed // will be cast as int + * @param mixed will be cast as int * @param int * @return string */ |