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.
Passed
Push — master ( 05bc19...aa0e82 )
by Anton
02:15
created
src/Deployer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 use Symfony\Component\Console;
34 34
 use Symfony\Component\Console\Input\ArgvInput;
35 35
 use Symfony\Component\Console\Output\ConsoleOutput;
36
-use Whoops;
37 36
 
38 37
 /**
39 38
  * Deployer class represents DI container for configuring
Please login to merge, or discard this patch.
src/Executor/ParallelExecutor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Deployer\Exception\GracefulShutdownException;
16 16
 use Deployer\Host\Host;
17 17
 use Deployer\Host\Localhost;
18
-use Deployer\Host\Storage;
19 18
 use Deployer\Component\Ssh\Client;
20 19
 use Deployer\Task\Context;
21 20
 use Deployer\Task\Task;
Please login to merge, or discard this patch.