diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-12-17 14:34:52 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-12-17 14:34:52 +0100 |
commit | fc7024e0ecbbc5fd268888b57da96b5ba7a0150a (patch) | |
tree | 3956542f16e3573cac68fdebd7fe09e6f388bf8f /system/libraries/Encrypt.php | |
parent | 6a53709e448bd6fd2603ede85ddd34b3388ec11f (diff) | |
parent | 4296a65693504736b5e65bee5b163fa08cacb563 (diff) |
Merge pull request #2077 from AndrewPodner/develop
update for Issue #2064 - take 2
Diffstat (limited to 'system/libraries/Encrypt.php')
-rw-r--r-- | system/libraries/Encrypt.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index cdb0a6452..e54ce4950 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -122,7 +122,7 @@ class CI_Encrypt { * Set the encryption key * * @param string - * @return object + * @return CI_Encrypt */ public function set_key($key = '') { @@ -419,7 +419,7 @@ class CI_Encrypt { * Set the Mcrypt Cipher * * @param int - * @return object + * @return CI_Encrypt */ public function set_cipher($cipher) { @@ -433,7 +433,7 @@ class CI_Encrypt { * Set the Mcrypt Mode * * @param int - * @return object + * @return CI_Encrypt */ public function set_mode($mode) { |