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.
Completed
Pull Request — master (#4)
by Iacovos
09:36
created
src/MonitorCommand.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      *
73 73
      * @param InputInterface $input
74 74
      * @throws \RuntimeException
75
-     * @return mixed|string
75
+     * @return string
76 76
      */
77 77
     private function getMonitorArgument(InputInterface $input)
78 78
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param GuzzleHttp\ClientInterface $client
95
+     * @param ClientInterface $client
96 96
      */
97 97
     public function setClient(ClientInterface $client)
98 98
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\ClientInterface;
6 6
 use Symfony\Component\Console\Command\Command;
7
-use Symfony\Component\Console\Input\InputOption;
8 7
 use Symfony\Component\Console\Input\InputArgument;
9 8
 use Symfony\Component\Console\Input\InputInterface;
9
+use Symfony\Component\Console\Input\InputOption;
10 10
 use Symfony\Component\Console\Output\OutputInterface;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.