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 ( 07fd04...6d3d42 )
by Anton
01:59
created
src/Console/Application.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@
 block discarded – undo
122 122
         return $exitCode;
123 123
     }
124 124
 
125
+    /**
126
+     * @param \Closure $callable
127
+     */
125 128
     public function catchIO($callable)
126 129
     {
127 130
         $this->catchIO = $callable;
Please login to merge, or discard this patch.
src/Executor/ParallelExecutor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 use Deployer\Configuration\Configuration;
12 12
 use Deployer\Console\Application;
13 13
 use Deployer\Deployer;
14
-use Deployer\Exception\Exception;
15
-use Deployer\Exception\GracefulShutdownException;
16 14
 use Deployer\Host\Host;
17 15
 use Deployer\Host\Localhost;
18 16
 use Deployer\Host\Storage;
Please login to merge, or discard this patch.