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.
Test Failed
Push — master ( e7e5e4...c04926 )
by
unknown
06:01
created
src/Promise.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,8 +140,7 @@
 block discarded – undo
140 140
 
141 141
         if ($this->current instanceof PromiseInterface || $this->currentState() === self::STATE_FULFILLED) {
142 142
             return $q;
143
-        }
144
-        else {
143
+        } else {
145 144
             throw $q instanceof \Exception
146 145
                 ? $q
147 146
                 : new \Exception($q);
Please login to merge, or discard this patch.