Type hinting fixes

This commit is contained in:
Alex Cabal 2024-01-08 16:41:44 -06:00
parent e98a650f59
commit ad0badc09e
7 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@ class Patron extends PropertiesBase{
public ?int $UserId = null;
protected $_User = null;
public bool $IsAnonymous;
public ?string $AlternateName;
public ?string $AlternateName = null;
public bool $IsSubscribedToEmails;
public ?DateTime $Created = null;
public ?DateTime $Ended = null;