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
Branch master (6dca0e)
by Cees-Jan
07:21
created
src/Client.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param  string           $input
55 54
      * @return OverviewInterface
56 55
      */
57 56
     public function overview(): Overview
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,9 @@
 block discarded – undo
6 6
 
7 7
 use ApiClients\Client\PiHole\Resource\OverviewInterface;
8 8
 use ApiClients\Client\PiHole\Resource\Sync\Overview;
9
-use ApiClients\Client\Skeleton\Resource\ExampleInterface;
10 9
 use ApiClients\Foundation\Factory as FoundationClientFactory;
11 10
 use React\EventLoop\Factory;
12 11
 use React\EventLoop\LoopInterface;
13
-use Rx\React\Promise;
14 12
 use function ApiClients\Tools\Rx\setAsyncScheduler;
15 13
 use function Clue\React\Block\await;
16 14
 
Please login to merge, or discard this patch.