diff options
author | George Petculescu <gxgpet@users.noreply.github.com> | 2021-03-10 21:11:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 21:11:52 +0100 |
commit | 0648ae2acb3fae84f2cc49e15edb345ccef6cad5 (patch) | |
tree | 98420689b7f0088e56799a4e4341caaaf590eca0 | |
parent | 324628c27ca82e89d5e3a85034127835d29dd9fc (diff) | |
parent | b3ffbd7b7514aa8f888a19d7bfdfa4929e33f4ea (diff) |
Merge pull request #6028 from vibbow/patch-1
Update 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() { |