summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrew Podner <a.podner@me.com>2012-12-17 13:51:15 +0100
committerAndrew Podner <a.podner@me.com>2012-12-17 13:51:15 +0100
commit4296a65693504736b5e65bee5b163fa08cacb563 (patch)
treef9359955f5009f2e7ef4928f2f98b938b00eb591 /system/core/Security.php
parent5e872505a06da30c4643b99643b39bd650d45093 (diff)
update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name)
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()
{