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 ( 1ad120...7b72ca )
by Cees-Jan
02:15
created
etc/qa/composer-unused.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use ComposerUnused\ComposerUnused\Configuration\PatternFilter;
8 8
 use Webmozart\Glob\Glob;
9 9
 
10
-return static function (Configuration $config): Configuration {
10
+return static function(Configuration $config): Configuration {
11 11
     return $config
12 12
         ->addNamedFilter(NamedFilter::fromString('ergebnis/composer-normalize'))
13 13
         ->addNamedFilter(NamedFilter::fromString('icanhazstring/composer-unused'))
Please login to merge, or discard this patch.