mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
Continue improving type hints
This commit is contained in:
parent
eb376c87bd
commit
703e1a7a03
73 changed files with 98 additions and 114 deletions
|
@ -8,13 +8,13 @@ class Patron{
|
|||
use Traits\Accessor;
|
||||
|
||||
public ?int $UserId = null;
|
||||
protected $_User = null;
|
||||
public bool $IsAnonymous;
|
||||
public ?string $AlternateName = null;
|
||||
public bool $IsSubscribedToEmails;
|
||||
public ?DateTimeImmutable $Created = null;
|
||||
public ?DateTimeImmutable $Ended = null;
|
||||
|
||||
protected ?User $_User = null;
|
||||
|
||||
// *******
|
||||
// METHODS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue