diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 00:05:09 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 00:05:09 +0200 |
commit | 29d909d5d1a14efc2e316650946bf43ddf03f1fd (patch) | |
tree | 95dd5551798ba62ae8ba74c8942f9693b49274a9 /system/helpers/security_helper.php | |
parent | 582ebcb3b7eebd12605804577710cf73f0362001 (diff) |
[ci skip] Update docblocks for deprecated functions
Diffstat (limited to 'system/helpers/security_helper.php')
-rw-r--r-- | system/helpers/security_helper.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 5ecc960bc..8bbd06684 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -77,12 +77,10 @@ if ( ! function_exists('do_hash')) /** * Hash encode a string * - * This function is DEPRECATED and should be removed in - * CodeIgniter 3.1+. Use hash() instead. - * - * @deprecated - * @param string - * @param string + * @todo Remove in version 3.1+. + * @deprecated 3.0.0 Use PHP's native hash() instead. + * @param string $str + * @param string $type = 'sha1' * @return string */ function do_hash($str, $type = 'sha1') |