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.
Test Failed
Push — 2.0 ( f54447...14ab12 )
by Nico
11:00
created
src/Client.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 namespace Datatrics\API;
3 3
 
4
-use GuzzleHttp\Client as HttpClient;
5 4
 use Datatrics\API\Modules\Apikey;
6 5
 use Datatrics\API\Modules\Behavior;
7 6
 use Datatrics\API\Modules\Billing;
@@ -31,6 +30,7 @@  discard block
 block discarded – undo
31 30
 use Datatrics\API\Modules\Trigger;
32 31
 use Datatrics\API\Modules\User;
33 32
 use Datatrics\API\Modules\Webhook;
33
+use GuzzleHttp\Client as HttpClient;
34 34
 use GuzzleHttp\Psr7\Request;
35 35
 
36 36
 class Client
Please login to merge, or discard this patch.