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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -420,7 +420,7 @@
 block discarded – undo
420 420
     }
421 421
 
422 422
     /**
423
-     * @param $url
423
+     * @param string $url
424 424
      * @param null|array $payload
425 425
      * @return string
426 426
      */
Please login to merge, or discard this 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.