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 ( b29be9...41730c )
by
unknown
17s queued 11s
created
src/DependencyInjection/Compiler/ShariffCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     public function process(ContainerBuilder $container): void
22 22
     {
23
-        $serviceManager    = $container->findDefinition(StaticServiceManager::class);
23
+        $serviceManager = $container->findDefinition(StaticServiceManager::class);
24 24
 
25 25
         $services = [];
26 26
 
Please login to merge, or discard this patch.
src/Manager/StaticServiceManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             return $this->getAll();
57 57
         }
58 58
 
59
-        return array_filter(array_map(function (string $code) {
59
+        return array_filter(array_map(function(string $code) {
60 60
             return $this->get($code);
61 61
         }, $this->active));
62 62
     }
Please login to merge, or discard this patch.