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 ( 5e68ac...cec8b8 )
by Cees-Jan
10s
created
src/AsyncClient.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,14 +10,12 @@
 block discarded – undo
10 10
 use ApiClients\Foundation\Options;
11 11
 use ApiClients\Foundation\Transport\CommandBus\Command\RequestCommand;
12 12
 use ApiClients\Foundation\Transport\Options as TransportOptions;
13
-use ApiClients\Tools\CommandBus\CommandBus;
14 13
 use ApiClients\Tools\CommandBus\CommandBusInterface;
15 14
 use ApiClients\Tools\Psr7\Oauth1\Definition;
16 15
 use GuzzleHttp\Psr7\Request;
17 16
 use Psr\Http\Message\ResponseInterface;
18 17
 use React\EventLoop\LoopInterface;
19 18
 use React\Promise\PromiseInterface;
20
-use Rx\Observable;
21 19
 use function React\Promise\resolve;
22 20
 
23 21
 final class AsyncClient implements AsyncClientInterface
Please login to merge, or discard this patch.
src/AsyncStreamingClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ApiClients\Foundation\Client;
6 6
 use ApiClients\Foundation\Hydrator\CommandBus\Command\HydrateCommand;
7 7
 use ApiClients\Foundation\Transport\CommandBus\Command\StreamingRequestCommand;
8
-use ApiClients\Tools\Psr7\Oauth1\Definition;
9 8
 use GuzzleHttp\Psr7\Request;
10 9
 use Psr\Http\Message\RequestInterface;
11 10
 use React\EventLoop\LoopInterface;
Please login to merge, or discard this patch.