summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@users.noreply.github.com>2021-03-10 21:11:52 +0100
committerAndrey Andreev <narf@devilix.net>2021-03-24 11:40:44 +0100
commite3810cb84d3fa341e3808d6aa9c3e18f8bda3305 (patch)
tree64e659529b40bb723efcb4a7c98e25e92436711b
parent0925b5099919300a239909588351a6482c5e792d (diff)
Merge pull request #6028 from vibbow/patch-1
Update Session.php
-rw-r--r--system/libraries/Session/Session.php2
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()
{