From 618870f9f70148944599c1db64babec09e7424bc Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 1 Mar 2017 14:09:26 +0200 Subject: [ci skip] Remove a misleading comment from the docblock for random_string() --- system/helpers/string_helper.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/helpers/string_helper.php') 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 -- cgit v1.2.3-24-g4f1b