Skip to content

Commit 7bb0043

Browse files
committed
fix: remove string limitation on set()
1 parent d3050e4 commit 7bb0043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function all(): array
9191
* Set a new session variable
9292
*
9393
* @param mixed $key: The session variable key
94-
* @param string $value: The session variable value
94+
* @param mixed $value: The session variable value
9595
*
9696
* @return void
9797
*/

0 commit comments

Comments
 (0)