From b3ffbd7b7514aa8f888a19d7bfdfa4929e33f4ea Mon Sep 17 00:00:00 2001 From: vibbow Date: Thu, 11 Mar 2021 01:14:41 +0800 Subject: Update Session.php Fix PHPDoc --- system/libraries/Session/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index e36487d25..157a1d572 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php @@ -704,7 +704,7 @@ class CI_Session { * * Legacy CI_Session compatibility method * - * @returns array + * @return array */ public function &get_userdata() { -- cgit v1.2.3-24-g4f1b