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 ( b3cd52...71bd8a )
by Anton
02:19
created
src/Executor/ParallelExecutor.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -93,6 +93,7 @@
 block discarded – undo
93 93
     /**
94 94
      * @param Task[] $tasks
95 95
      * @param Host[] $hosts
96
+     * @param Planner $plan
96 97
      */
97 98
     public function run(array $tasks, array $hosts, $plan = null): int
98 99
     {
Please login to merge, or discard this patch.