summaryrefslogtreecommitdiffstats
path: root/system/helpers/number_helper.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-05-17 14:32:11 +0200
committerTimothy Warren <tim@timshomepage.net>2012-05-17 14:32:11 +0200
commitf0eb2f133bf43be7ffa1bf71babf4ed28852e71b (patch)
treed32269af36b1044f19ab1fc1ff166c475ec9632f /system/helpers/number_helper.php
parent16642c71403f4463dfe6e83c13a0e3120474cd1d (diff)
Suggested changes
Diffstat (limited to 'system/helpers/number_helper.php')
-rw-r--r--system/helpers/number_helper.php2
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
*/