@@ -801,7 +801,7 @@ |
||
801 | 801 | /** |
802 | 802 | * Delete any assigned webhook |
803 | 803 | * |
804 | - * @return mixed |
|
804 | + * @return ServerResponse |
|
805 | 805 | * @throws \Longman\TelegramBot\Exception\TelegramException |
806 | 806 | */ |
807 | 807 | public function deleteWebhook() |
@@ -46,13 +46,13 @@ |
||
46 | 46 | { |
47 | 47 | return is_array($data) && |
48 | 48 | array_key_exists('text', $data) && ( |
49 | - array_key_exists('url', $data) || |
|
49 | + array_key_exists('url', $data) || |
|
50 | 50 | array_key_exists('callback_data', $data) || |
51 | 51 | array_key_exists('switch_inline_query', $data) || |
52 | 52 | array_key_exists('switch_inline_query_current_chat', $data) || |
53 | 53 | array_key_exists('callback_game', $data) || |
54 | 54 | array_key_exists('pay', $data) |
55 | - ); |
|
55 | + ); |
|
56 | 56 | } |
57 | 57 | |
58 | 58 | /** |
@@ -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) |