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 ( 431f41...5279a2 )
by Cees-Jan
08:01
created
src/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ApiClients\Foundation\Transport;
4 4
 
5 5
 use ApiClients\Foundation\Hydrator\Hydrator;
6
-use ApiClients\Foundation\Transport\CommandBus;
7 6
 use GuzzleHttp\Client as GuzzleClient;
8 7
 use GuzzleHttp\Psr7\Request as Psr7Request;
9 8
 use GuzzleHttp\Psr7\Response as Psr7Response;
Please login to merge, or discard this patch.