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 (#11)
by Freek
06:02 queued 03:13
created
src/Commands/ResolveCommand.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * @param InputInterface  $input
38 38
      * @param OutputInterface $output
39 39
      *
40
-     * @return int|null|void
40
+     * @return boolean|null
41 41
      *
42 42
      * @throws Exception
43 43
      */
@@ -125,8 +125,8 @@  discard block
 block discarded – undo
125 125
      * Check if outputfile already exists,
126 126
      * if so, ask the user confirmation to overwrite.
127 127
      *
128
-     * @param $input
129
-     * @param $output
128
+     * @param InputInterface $input
129
+     * @param OutputInterface $output
130 130
      * @param $outputFile
131 131
      *
132 132
      * @return bool
Please login to merge, or discard this patch.