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.
Passed
Push — master ( 68b159...b90f1e )
by Carsten
03:34 queued 14s
created
src/BrowserConsoleLoggerServiceProvider.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 
20 20
     /**
21
-     * @param string   $incoming_webook_url [description]
22 21
      * @param int|null $loglevel            [description]
23 22
      */
24 23
     public function __construct(int $loglevel = null)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Pimple\Container;
5 5
 use Pimple\ServiceProviderInterface;
6
-
7 6
 use Monolog\Logger;
8 7
 use Monolog\Handler\BrowserConsoleHandler;
9 8
 
Please login to merge, or discard this patch.