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 ( 09657c...b003c5 )
by Pascal
07:43
created
src/Checkers/AbstractHttpGetChecker.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,6 @@
 block discarded – undo
82 82
     /**
83 83
      * Maps a Response into a CheckerHasFailed exception and throws it.
84 84
      *
85
-     * @param  \Psr\Http\Message\ResponseInterface $exception
86 85
      *
87 86
      * @throws \Pbmedia\ApiHealth\Checkers\CheckerHasFailed
88 87
      * @return null
Please login to merge, or discard this patch.
src/Notifications/CheckerHasFailed.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     /**
26 26
      * Get the notification's channels from the configuration file.
27 27
      *
28
-     * @param  mixed  $notifiable
29 28
      * @return array|string
30 29
      */
31 30
     public function via(): array
Please login to merge, or discard this patch.
src/Notifications/CheckerHasRecovered.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     /**
26 26
      * Get the notification's channels from the configuration file.
27 27
      *
28
-     * @param  mixed  $notifiable
29 28
      * @return array|string
30 29
      */
31 30
     public function via(): array
Please login to merge, or discard this patch.