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
Pull Request — master (#2)
by Cees-Jan
17:01 queued 06:58
created
src/Client.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use ApiClients\Foundation\Middleware\MiddlewareExecutioner;
6 6
 use ApiClients\Foundation\Middleware\MiddlewareInterface;
7
-use ApiClients\Foundation\Transport\CommandBus;
8 7
 use Clue\React\Buzz\Browser;
9 8
 use GuzzleHttp\Psr7\Request as Psr7Request;
10 9
 use GuzzleHttp\Psr7\Uri;
@@ -12,7 +11,6 @@  discard block
 block discarded – undo
12 11
 use Psr\Http\Message\RequestInterface;
13 12
 use Psr\Http\Message\ResponseInterface;
14 13
 use React\EventLoop\LoopInterface;
15
-use React\Promise\CancellablePromiseInterface;
16 14
 use React\Promise\PromiseInterface;
17 15
 use function React\Promise\reject;
18 16
 use function React\Promise\resolve;
Please login to merge, or discard this patch.