diff options
author | Andrey Andreev <narf@devilix.net> | 2017-03-01 13:09:26 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-03-01 13:09:26 +0100 |
commit | 618870f9f70148944599c1db64babec09e7424bc (patch) | |
tree | f7a213d18475fcbd7c8097dc7b4fc748cfe76754 /system | |
parent | cdf1bfb73f9d7aec0eeb7e3a0299fee25b48d6ef (diff) |
[ci skip] Remove a misleading comment from the docblock for random_string()
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/string_helper.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index 23608e5f4..93446b82f 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -195,9 +195,7 @@ if ( ! function_exists('reduce_multiples')) if ( ! function_exists('random_string')) { /** - * Create a Random String - * - * Useful for generating passwords or hashes. + * Create a "Random" String * * @param string type of random string. basic, alpha, alnum, numeric, nozero, unique, md5, encrypt and sha1 * @param int number of characters |