Skip to content

Commit 4a440fe

Browse files
committed
docs: fix @return type in Session
1 parent 75ca34b commit 4a440fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Session/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public function set($data, $value = null)
481481
*
482482
* @param string|null $key Identifier of the session property to retrieve
483483
*
484-
* @return mixed The property value(s)
484+
* @return array|bool|float|int|object|string|null The property value(s)
485485
*/
486486
public function get(?string $key = null)
487487
{

0 commit comments

Comments
 (0)