Change flags property type from SessionFlags[] to string[] in SessionState

This commit is contained in:
netkas 2025-03-20 13:05:01 -04:00
parent 491345f310
commit a7da38d5f9
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -14,7 +14,7 @@
private string $identifiedAs; private string $identifiedAs;
private bool $authenticated; private bool $authenticated;
/** /**
* @var SessionFlags[]|null * @var string[]|null
*/ */
private ?array $flags; private ?array $flags;
private int $created; private int $created;