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
Pull Request — master (#1035)
by Maxim
27:01
created
recipe/common.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -21,11 +21,6 @@
 block discarded – undo
21 21
 require __DIR__ . '/deploy/copy_dirs.php';
22 22
 require __DIR__ . '/deploy/rollback.php';
23 23
 
24
-use Deployer\Server\SSHPipeInterface;
25
-use Deployer\Task\Context;
26
-use Symfony\Component\Console\Input\InputArgument;
27
-use Symfony\Component\Console\Input\InputOption;
28
-
29 24
 /**
30 25
  * Configuration
31 26
  */
Please login to merge, or discard this patch.