Change flags property type from SessionFlags[] to string[] in SessionState
This commit is contained in:
parent
491345f310
commit
a7da38d5f9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
private string $identifiedAs;
|
||||
private bool $authenticated;
|
||||
/**
|
||||
* @var SessionFlags[]|null
|
||||
* @var string[]|null
|
||||
*/
|
||||
private ?array $flags;
|
||||
private int $created;
|
||||
|
|
Loading…
Add table
Reference in a new issue