GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 5d5b93...fed2d0 )
by Jazin
03:26
created
src/Commands/AdminCommands/SendtochannelCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Command execute method
56 56
      *
57
-     * @return \Longman\TelegramBot\Entities\ServerResponse|mixed
57
+     * @return \Longman\TelegramBot\Entities\ServerResponse
58 58
      * @throws \Longman\TelegramBot\Exception\TelegramException
59 59
      */
60 60
     public function execute()
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
      *
351 351
      * @todo Why send just to the first found channel?
352 352
      *
353
-     * @return mixed
353
+     * @return \Longman\TelegramBot\Entities\ServerResponse
354 354
      * @throws \Longman\TelegramBot\Exception\TelegramException
355 355
      */
356 356
     public function executeNoDb()
Please login to merge, or discard this patch.
src/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@
 block discarded – undo
374 374
      *
375 375
      * @param \Longman\TelegramBot\Entities\File $file
376 376
      *
377
-     * @return boolean
377
+     * @return boolean|string
378 378
      * @throws \Longman\TelegramBot\Exception\TelegramException
379 379
      */
380 380
     public static function downloadFile(File $file)
Please login to merge, or discard this patch.
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.