mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Continue improving type hints
This commit is contained in:
parent
eb376c87bd
commit
703e1a7a03
73 changed files with 98 additions and 114 deletions
|
@ -1,7 +1,4 @@
|
|||
<?
|
||||
|
||||
use Exceptions\UserExistsException;
|
||||
use Exceptions\PaymentExistsException;
|
||||
use Safe\DateTimeImmutable;
|
||||
|
||||
/**
|
||||
|
@ -19,6 +16,7 @@ class Payment{
|
|||
public float $Fee;
|
||||
public bool $IsRecurring;
|
||||
public bool $IsMatchingDonation = false;
|
||||
|
||||
protected ?User $_User = null;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue