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
Push — master ( 775c4d...b8f882 )
by Drew
04:38
created
src/ComposerScriptRunner.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * Get the requested config var.
50 50
      *
51 51
      * @param string $key
52
-     * @return mixed|null
52
+     * @return string
53 53
      */
54 54
     public function get(string $key)
55 55
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Dbtlr\PHPEnvBuilder;
4 4
 
5
-use Composer\Script\Event;
6 5
 use Composer\Factory;
6
+use Composer\Script\Event;
7 7
 use Dbtlr\PHPEnvBuilder\IOHandler\ComposerIOHandler;
8 8
 
9 9
 class ComposerScriptRunner
Please login to merge, or discard this patch.