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
09:40
created
src/AsyncClient.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -9,18 +9,13 @@
 block discarded – undo
9 9
 use ApiClients\Foundation\Oauth1\Options as Oauth1Options;
10 10
 use ApiClients\Foundation\Options;
11 11
 use ApiClients\Foundation\Transport\CommandBus\Command\RequestCommand;
12
-use ApiClients\Foundation\Transport\CommandBus\Command\StreamingRequestCommand;
13 12
 use ApiClients\Foundation\Transport\Options as TransportOptions;
14 13
 use ApiClients\Tools\CommandBus\CommandBus;
15 14
 use ApiClients\Tools\Psr7\Oauth1\Definition;
16 15
 use GuzzleHttp\Psr7\Request;
17
-use Psr\Http\Message\RequestInterface;
18 16
 use Psr\Http\Message\ResponseInterface;
19 17
 use React\EventLoop\LoopInterface;
20 18
 use React\Promise\PromiseInterface;
21
-use Rx\Extra\Operator\CutOperator;
22
-use Rx\Observable;
23
-use Rx\React\Promise;
24 19
 use function React\Promise\resolve;
25 20
 
26 21
 final class AsyncClient
Please login to merge, or discard this patch.
src/AsyncStreamingClient.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -3,20 +3,11 @@
 block discarded – undo
3 3
 namespace ApiClients\Client\Twitter;
4 4
 
5 5
 use ApiClients\Foundation\Client;
6
-use ApiClients\Foundation\Factory;
7 6
 use ApiClients\Foundation\Hydrator\CommandBus\Command\HydrateCommand;
8
-use ApiClients\Foundation\Oauth1\Middleware\Oauth1Middleware;
9
-use ApiClients\Foundation\Oauth1\Options as Oauth1Options;
10
-use ApiClients\Foundation\Options;
11
-use ApiClients\Foundation\Transport\CommandBus\Command\RequestCommand;
12 7
 use ApiClients\Foundation\Transport\CommandBus\Command\StreamingRequestCommand;
13
-use ApiClients\Foundation\Transport\Options as TransportOptions;
14
-use ApiClients\Tools\Psr7\Oauth1\Definition;
15 8
 use GuzzleHttp\Psr7\Request;
16 9
 use Psr\Http\Message\RequestInterface;
17
-use Psr\Http\Message\ResponseInterface;
18 10
 use React\EventLoop\LoopInterface;
19
-use React\Promise\PromiseInterface;
20 11
 use Rx\Extra\Operator\CutOperator;
21 12
 use Rx\Observable;
22 13
 use Rx\React\Promise;
Please login to merge, or discard this patch.