Completed
Pull Request — master (#815)
by Jazin
03:05
created
src/Telegram.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -550,6 +550,7 @@  discard block
 block discarded – undo
550 550
      * Execute /command
551 551
      *
552 552
      * @param string $command
553
+     * @param string $scope
553 554
      *
554 555
      * @return mixed
555 556
      * @throws \Longman\TelegramBot\Exception\TelegramException
@@ -900,7 +901,7 @@  discard block
 block discarded – undo
900 901
     /**
901 902
      * Delete any assigned webhook
902 903
      *
903
-     * @return mixed
904
+     * @return ServerResponse
904 905
      * @throws \Longman\TelegramBot\Exception\TelegramException
905 906
      */
906 907
     public function deleteWebhook()
Please login to merge, or discard this patch.