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 ( 32c55b...8953ec )
by
unknown
06:37
created
src/Promise.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -251,6 +251,9 @@  discard block
 block discarded – undo
251 251
         }
252 252
     }
253 253
 
254
+    /**
255
+     * @param integer $index
256
+     */
254 257
     private static function invokeContext($context, $index, $value)
255 258
     {
256 259
         $promise = $context[0];
@@ -272,6 +275,9 @@  discard block
 block discarded – undo
272 275
         }
273 276
     }
274 277
 
278
+    /**
279
+     * @param integer $state
280
+     */
275 281
     private function setState($state)
276 282
     {
277 283
         if ($state !== self::STATE_PENDING &&
Please login to merge, or discard this patch.