Skip to content

Commit

Permalink
🎨 Improve docblock wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jul 18, 2024
1 parent 5a90d9e commit f346e84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Discord/Parts/Channel/Poll/PollAnswer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
*
* @property string $user_id The user ID that voted for the answer.
* @property-read User $user The user that voted for the answer.
* @property string $channel_id The channel ID that the message belongs in.
* @property-read Channel|Thread $channel The channel that the message belongs to.
* @property string $message_id The message ID the reaction is for.
* @property Message|null $message The message the reaction is for.
* @property string|null $guild_id The guild ID of the guild that owns the channel the message belongs in.
* @property-read Guild|null $guild The guild that owns the channel the message belongs in.
* @property string $channel_id The channel ID that the poll belongs to.
* @property-read Channel|Thread $channel The channel that the poll belongs to.
* @property string $message_id The message ID that the poll belongs to.
* @property Message|null $message The message the poll belongs to.
* @property string|null $guild_id The guild ID of the guild that owns the channel the poll message is in.
* @property-read Guild|null $guild The guild that owns the channel the poll belongs in.
*/
class PollAnswer extends Part
{
Expand Down

0 comments on commit f346e84

Please sign in to comment.