Add doc comments for event methods
This commit is contained in:
parent
cd691703ee
commit
c7edc420f3
3 changed files with 11 additions and 1 deletions
|
@ -16,6 +16,9 @@
|
|||
return EventType::CHAT_BOOST_EVENT;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ChatBoostUpdated The updated chat boost information.
|
||||
*/
|
||||
protected function getChatBoost(): ChatBoostUpdated
|
||||
{
|
||||
return $this->update->getChatBoost();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue