diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 19:53:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 19:53:47 +0200 |
commit | 627e172fd3ada0fc2b648a3fff10af4a0022378f (patch) | |
tree | 640d0baf61c29c845dde06fc59a7ccbed3243ebb /system/helpers/number_helper.php | |
parent | 8486e9cbdd28e80b41e517afe786e9b0c917af8a (diff) |
Remove access description lines and cleanup the download, language, number, path & xml helpers
Diffstat (limited to 'system/helpers/number_helper.php')
-rw-r--r-- | system/helpers/number_helper.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/helpers/number_helper.php b/system/helpers/number_helper.php index b6c823d8b..40da6e7bf 100644 --- a/system/helpers/number_helper.php +++ b/system/helpers/number_helper.php @@ -25,8 +25,6 @@ * @filesource */ -// ------------------------------------------------------------------------ - /** * CodeIgniter Number Helpers * @@ -42,7 +40,6 @@ /** * Formats a numbers as bytes, based on size, and adds the appropriate suffix * - * @access public * @param mixed // will be cast as int * @return string */ @@ -84,4 +81,4 @@ if ( ! function_exists('byte_format')) } /* End of file number_helper.php */ -/* Location: ./system/helpers/number_helper.php */ +/* Location: ./system/helpers/number_helper.php */
\ No newline at end of file |