diff options
author | George Petculescu <gxgpet@users.noreply.github.com> | 2021-03-10 21:11:52 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2021-03-24 11:40:44 +0100 |
commit | e3810cb84d3fa341e3808d6aa9c3e18f8bda3305 (patch) | |
tree | 64e659529b40bb723efcb4a7c98e25e92436711b /system/libraries/Session/Session.php | |
parent | 0925b5099919300a239909588351a6482c5e792d (diff) |
Merge pull request #6028 from vibbow/patch-1
Update Session.php
Diffstat (limited to 'system/libraries/Session/Session.php')
-rw-r--r-- | system/libraries/Session/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index 06b953ab2..ec57ee548 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php @@ -723,7 +723,7 @@ class CI_Session { * * Legacy CI_Session compatibility method * - * @returns array + * @return array */ public function &get_userdata() { |