diff options
author | vibbow <vibbow@hotmail.com> | 2021-03-10 18:14:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 18:14:41 +0100 |
commit | b3ffbd7b7514aa8f888a19d7bfdfa4929e33f4ea (patch) | |
tree | 98420689b7f0088e56799a4e4341caaaf590eca0 /system/libraries/Session/Session.php | |
parent | 324628c27ca82e89d5e3a85034127835d29dd9fc (diff) |
Update Session.php
Fix PHPDoc
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 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() { |