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
12:27 queued 02:53
created
src/Factory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@  discard block
 block discarded – undo
6 6
 use ApiClients\Foundation\Events\CommandLocatorEvent;
7 7
 use Clue\React\Buzz\Browser;
8 8
 use Clue\React\Buzz\Io\Sender;
9
-use GuzzleHttp\Client as GuzzleClient;
10
-use GuzzleHttp\HandlerStack;
11 9
 use League\Container\ContainerInterface;
12 10
 use League\Event\EmitterInterface;
13 11
 use React\Dns\Resolver\Factory as ResolverFactory;
@@ -16,7 +14,6 @@  discard block
 block discarded – undo
16 14
 use React\EventLoop\LoopInterface;
17 15
 use React\HttpClient\Client as HttpClient;
18 16
 use React\HttpClient\Factory as HttpClientFactory;
19
-use WyriHaximus\React\GuzzlePsr7\HttpClientAdapter;
20 17
 
21 18
 class Factory
22 19
 {
Please login to merge, or discard this patch.