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 ( 576a8e...e703b8 )
by
unknown
16s queued 10s
created
tests/DependencyInjection/Compiler/SitemapCompilerPassTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     public function testProcess(): void
50 50
     {
51
-        $this->serviceManager->addMethodCall('addSitemap', Argument::that(static function ($args) {
51
+        $this->serviceManager->addMethodCall('addSitemap', Argument::that(static function($args) {
52 52
             return 'acme.sitemap' === $args[0] && $args[1] instanceof Reference;
53 53
         }))
54 54
         ->shouldBeCalled()
Please login to merge, or discard this patch.