Skip to content

Commit

Permalink
Merge pull request TelegramBot#33 from POPSuL/POPSuL-patch-1
Browse files Browse the repository at this point in the history
Fixed Message::getChat() return typehint
  • Loading branch information
iGusev committed May 14, 2016
2 parents 407d8e4 + 0515d6a commit a246049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function setAudio(Audio $audio)
}

/**
* @return TypeInterface
* @return Chat
*/
public function getChat()
{
Expand Down

0 comments on commit a246049

Please sign in to comment.