Improve type hints

This commit is contained in:
Alex Cabal 2025-03-27 16:46:05 -05:00
parent f21783d1f8
commit fbcafb8f1d
17 changed files with 45 additions and 45 deletions

View file

@ -2,10 +2,10 @@
use Safe\DateTimeImmutable;
/**
* @property string $Url
* @property-read string $Url
* @property array<PollItem> $PollItems
* @property array<PollItem> $PollItemsByWinner
* @property int $VoteCount
* @property-read int $VoteCount
*/
class Poll{
use Traits\Accessor;