mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Continue improving type hints
This commit is contained in:
parent
eb376c87bd
commit
703e1a7a03
73 changed files with 98 additions and 114 deletions
|
@ -15,9 +15,10 @@ class Session{
|
|||
use Traits\Accessor;
|
||||
|
||||
public int $UserId;
|
||||
protected ?User $_User = null;
|
||||
public DateTimeImmutable $Created;
|
||||
public string $SessionId;
|
||||
|
||||
protected ?User $_User = null;
|
||||
public ?string $_Url = null;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue