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 — master ( 44f5f8...8d9d8e )
by Anton
02:15
created
src/Executor/Server.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -70,6 +70,10 @@
 block discarded – undo
70 70
         }
71 71
     }
72 72
 
73
+    /**
74
+     * @param double $interval
75
+     * @param \Closure $callback
76
+     */
73 77
     public function addPeriodicTimer($interval, $callback)
74 78
     {
75 79
         $this->loop->addPeriodicTimer($interval, $callback);
Please login to merge, or discard this patch.
src/functions.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@  discard block
 block discarded – undo
7 7
 
8 8
 namespace Deployer;
9 9
 
10
-use Deployer\Exception\Exception;
11 10
 use Deployer\Exception\GracefulShutdownException;
12 11
 use Deployer\Exception\RunException;
13 12
 use Deployer\Host\FileLoader;
@@ -18,8 +17,6 @@  discard block
 block discarded – undo
18 17
 use Deployer\Task\Context;
19 18
 use Deployer\Task\GroupTask;
20 19
 use Deployer\Task\Task as T;
21
-use Deployer\Utility\Httpie;
22
-use Symfony\Component\Console\Exception\MissingInputException;
23 20
 use Symfony\Component\Console\Helper\QuestionHelper;
24 21
 use Symfony\Component\Console\Input\InputInterface;
25 22
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.