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 — 8.x-3.x ( c4d770...1faa87 )
by Brant
05:36
created
src/Composer/Package.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@  discard block
 block discarded – undo
113 113
         }
114 114
 
115 115
         $info['projects'][$name] = $this->buildProject($package);
116
-      }
117
-      elseif ($this->isLightning($package)) {
116
+      } elseif ($this->isLightning($package)) {
118 117
         $info['projects'][$name] = $this->buildProject($package);
119 118
 
120 119
         // The Lightning project uses semantic versioning.
@@ -293,8 +292,7 @@  discard block
 block discarded – undo
293 292
         'type' => 'get',
294 293
         'url' => $package['dist']['url'],
295 294
       ];
296
-    }
297
-    else {
295
+    } else {
298 296
       $download = [
299 297
         'type' => 'git',
300 298
         'url' => str_replace('[email protected]:', 'https://github.com/', $package['source']['url']),
Please login to merge, or discard this patch.