Skip to content

Commit

Permalink
fix: phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Mar 27, 2024
1 parent c2aa793 commit 3ea9dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PollOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @property int $id
* @property string $answer
* @property string $image_url
* @property string|null $image_url
* @property Poll $poll
* @property int $poll_id
* @property int $vote_count
Expand Down

0 comments on commit 3ea9dcf

Please sign in to comment.