@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | /** |
56 | 56 | * Command execute method |
57 | 57 | * |
58 | - * @return \Longman\TelegramBot\Entities\ServerResponse|mixed |
|
58 | + * @return \Longman\TelegramBot\Entities\ServerResponse |
|
59 | 59 | * @throws \Longman\TelegramBot\Exception\TelegramException |
60 | 60 | */ |
61 | 61 | public function execute() |
@@ -329,7 +329,7 @@ discard block |
||
329 | 329 | * |
330 | 330 | * @todo Why send just to the first found channel? |
331 | 331 | * |
332 | - * @return mixed |
|
332 | + * @return \Longman\TelegramBot\Entities\ServerResponse |
|
333 | 333 | * @throws \Longman\TelegramBot\Exception\TelegramException |
334 | 334 | */ |
335 | 335 | public function executeNoDb() |
@@ -372,7 +372,7 @@ discard block |
||
372 | 372 | * @param bool $has_resource |
373 | 373 | * @param array $multipart |
374 | 374 | * |
375 | - * @return mixed |
|
375 | + * @return string |
|
376 | 376 | */ |
377 | 377 | private static function mediaInputHelper($item, &$has_resource, array &$multipart) |
378 | 378 | { |
@@ -447,7 +447,7 @@ discard block |
||
447 | 447 | * |
448 | 448 | * @param \Longman\TelegramBot\Entities\File $file |
449 | 449 | * |
450 | - * @return boolean |
|
450 | + * @return boolean|string |
|
451 | 451 | * @throws \Longman\TelegramBot\Exception\TelegramException |
452 | 452 | */ |
453 | 453 | public static function downloadFile(File $file) |