Add doc comments for event methods

This commit is contained in:
netkas 2024-11-01 18:05:02 -04:00
parent cd691703ee
commit c7edc420f3
3 changed files with 11 additions and 1 deletions

View file

@ -16,6 +16,9 @@
return EventType::CHAT_BOOST_EVENT;
}
/**
* @return ChatBoostUpdated The updated chat boost information.
*/
protected function getChatBoost(): ChatBoostUpdated
{
return $this->update->getChatBoost();