Skip to content

Commit

Permalink
Docblock annotations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Jan 24, 2016
1 parent c6d06cc commit 0b71f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TgLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public function __construct(string $botToken)
/**
* Prepares and sends an API request to Telegram
*
* @param mixed $method
* @return mixed
* @param TelegramMethods $method
* @return TelegramTypes
*/
public function performApiRequest(TelegramMethods $method): TelegramTypes
{
Expand Down

0 comments on commit 0b71f7f

Please sign in to comment.