summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-12-17 14:34:52 +0100
committerAndrey Andreev <narf@bofh.bg>2012-12-17 14:34:52 +0100
commitfc7024e0ecbbc5fd268888b57da96b5ba7a0150a (patch)
tree3956542f16e3573cac68fdebd7fe09e6f388bf8f /system/core/Security.php
parent6a53709e448bd6fd2603ede85ddd34b3388ec11f (diff)
parent4296a65693504736b5e65bee5b163fa08cacb563 (diff)
Merge pull request #2077 from AndrewPodner/develop
update for Issue #2064 - take 2
Diffstat (limited to 'system/core/Security.php')
-rw-r--r--system/core/Security.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index c415544b6..3bf626635 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -151,7 +151,7 @@ class CI_Security {
/**
* CSRF Verify
*
- * @return object
+ * @return CI_Security
*/
public function csrf_verify()
{
@@ -202,7 +202,7 @@ class CI_Security {
* CSRF Set Cookie
*
* @codeCoverageIgnore
- * @return object
+ * @return CI_Security
*/
public function csrf_set_cookie()
{