mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -2,10 +2,10 @@
|
|||
use Safe\DateTimeImmutable;
|
||||
|
||||
/**
|
||||
* @property int $DonationCount
|
||||
* @property int $StretchDonationCount
|
||||
* @property bool $IsStretchEnabled
|
||||
* @property int $TargetDonationCount
|
||||
* @property-read int $DonationCount
|
||||
* @property-read int $StretchDonationCount
|
||||
* @property-read bool $IsStretchEnabled
|
||||
* @property-read int $TargetDonationCount
|
||||
*/
|
||||
class DonationDrive{
|
||||
use Traits\Accessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue