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 ( 5359f3...ed3fab )
by Brant
05:02
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
         echo "$name \r\n";
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.
@@ -284,8 +283,7 @@  discard block
 block discarded – undo
284 283
         'type' => 'get',
285 284
         'url' => $package['dist']['url'],
286 285
       ];
287
-    }
288
-    else {
286
+    } else {
289 287
       $download = [
290 288
         'type' => 'git',
291 289
         'url' => str_replace('[email protected]:', 'https://github.com/', $package['source']['url']),
Please login to merge, or discard this patch.