We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ca34b commit 4a440feCopy full SHA for 4a440fe
1 file changed
system/Session/Session.php
@@ -481,7 +481,7 @@ public function set($data, $value = null)
481
*
482
* @param string|null $key Identifier of the session property to retrieve
483
484
- * @return mixed The property value(s)
+ * @return array|bool|float|int|object|string|null The property value(s)
485
*/
486
public function get(?string $key = null)
487
{
0 commit comments