We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bc115 commit 9b58221Copy full SHA for 9b58221
1 file changed
Session.php
@@ -126,7 +126,7 @@ final class PhpSession implements Session
126
private $modified = false;
127
128
/**
129
- * @var int
+ * @var float
130
*/
131
private $stamp = 0;
132
@@ -174,7 +174,7 @@ public function all(): array
174
return (array)$_SESSION + $this->getMetadata();
175
}
176
177
- function __set(string $name, $value)
+ public function __set(string $name, $value)
178
{
179
return $this->set($name, $value);
180
0 commit comments