Completed
Push — develop ( 4c9368...52afdb )
by Armando
02:34
created
src/Telegram.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -757,7 +757,7 @@  discard block
 block discarded – undo
757 757
      *
758 758
      * This is kept for backwards compatibility!
759 759
      *
760
-     * @return mixed
760
+     * @return ServerResponse
761 761
      * @throws \Longman\TelegramBot\Exception\TelegramException
762 762
      */
763 763
     public function unsetWebhook()
@@ -768,7 +768,7 @@  discard block
 block discarded – undo
768 768
     /**
769 769
      * Delete any assigned webhook
770 770
      *
771
-     * @return mixed
771
+     * @return ServerResponse
772 772
      * @throws \Longman\TelegramBot\Exception\TelegramException
773 773
      */
774 774
     public function deleteWebhook()
Please login to merge, or discard this patch.