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 ( ed3fab...621023 )
by Brant
08:49 queued 03:32
created
src/Composer/Package.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,8 +112,7 @@  discard block
 block discarded – undo
112 112
           $name = 'drupal';
113 113
         }
114 114
         $info['projects'][$name] = $this->buildProject($package);
115
-      }
116
-      elseif ($this->isLightning($package)) {
115
+      } elseif ($this->isLightning($package)) {
117 116
         $info['projects'][$name] = $this->buildProject($package);
118 117
 
119 118
         // The Lightning project uses semantic versioning.
@@ -283,8 +282,7 @@  discard block
 block discarded – undo
283 282
         'type' => 'get',
284 283
         'url' => $package['dist']['url'],
285 284
       ];
286
-    }
287
-    else {
285
+    } else {
288 286
       $download = [
289 287
         'type' => 'git',
290 288
         'url' => str_replace('[email protected]:', 'https://github.com/', $package['source']['url']),
Please login to merge, or discard this patch.