diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-19 14:16:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-19 14:16:55 +0100 |
commit | f4cb94ef0fdc81f6d9d908a4a2d2efda62add379 (patch) | |
tree | a57a4acc81ef2f8ec913971a9fc71aff49acfe78 | |
parent | d655a997f7b98da29ea932084e2fb50956188141 (diff) |
Some more cleaning
-rw-r--r-- | system/libraries/Encrypt.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 8cb4b1b19..7c8720fd6 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -9,7 +9,7 @@ * Licensed under the Open Software License version 3.0 * * This source file is subject to the Open Software License (OSL 3.0) that is - * bundled with this package in the files license.txt / license.rst. It is + * bundled with this package in the files license.txt / license.rst. It is * also available through the world wide web at this URL: * http://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to obtain it @@ -25,8 +25,6 @@ * @filesource */ -// ------------------------------------------------------------------------ - /** * CodeIgniter Encryption Class * @@ -447,7 +445,7 @@ class CI_Encrypt { * Set the Hash type * * @param string - * @return string + * @return void */ public function set_hash($type = 'sha1') { |