@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | /** |
| 55 | 55 | * Command execute method |
| 56 | 56 | * |
| 57 | - * @return \Longman\TelegramBot\Http\Response|mixed |
|
| 57 | + * @return \Longman\TelegramBot\Http\Response |
|
| 58 | 58 | * @throws \Longman\TelegramBot\Exception\TelegramException |
| 59 | 59 | */ |
| 60 | 60 | public function execute() |
@@ -350,7 +350,7 @@ discard block |
||
| 350 | 350 | * |
| 351 | 351 | * @todo Why send just to the first found channel? |
| 352 | 352 | * |
| 353 | - * @return mixed |
|
| 353 | + * @return \Longman\TelegramBot\Http\Response |
|
| 354 | 354 | * @throws \Longman\TelegramBot\Exception\TelegramException |
| 355 | 355 | */ |
| 356 | 356 | public function executeNoDb() |
@@ -42,8 +42,8 @@ |
||
| 42 | 42 | * |
| 43 | 43 | * @param \Longman\TelegramBot\Http\Request $request |
| 44 | 44 | * |
| 45 | - * @param null $limit |
|
| 46 | - * @param null $timeout |
|
| 45 | + * @param integer|null $limit |
|
| 46 | + * @param integer|null $timeout |
|
| 47 | 47 | * @return \Longman\TelegramBot\Http\Response |
| 48 | 48 | * |
| 49 | 49 | * @throws \Longman\TelegramBot\Exception\TelegramException |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * |
| 40 | 40 | * @param \Longman\TelegramBot\Http\Request $request |
| 41 | 41 | * |
| 42 | - * @return \Longman\TelegramBot\Http\Response |
|
| 42 | + * @return boolean |
|
| 43 | 43 | * |
| 44 | 44 | * @throws \Longman\TelegramBot\Exception\TelegramException |
| 45 | 45 | */ |
@@ -825,7 +825,7 @@ |
||
| 825 | 825 | /** |
| 826 | 826 | * Delete any assigned webhook |
| 827 | 827 | * |
| 828 | - * @return mixed |
|
| 828 | + * @return Response |
|
| 829 | 829 | * @throws \Longman\TelegramBot\Exception\TelegramException |
| 830 | 830 | */ |
| 831 | 831 | public function deleteWebhook() |