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 (#111)
by Alexander
01:48 queued 34s
created
src/Runtime/ParentRuntime.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         return ParallelProcess::create($task, $process, self::getId(), $outputLength);
71 71
     }
72 72
 
73
+    /**
74
+     * @param callable $task
75
+     */
73 76
     public static function createProcessExecutable($task, ?int $outputLength = null, string $binary = Pool::DEFAULT_PHP_BINARY): Process
74 77
     {
75 78
         return new Process([
Please login to merge, or discard this patch.