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.
Completed
Push — master ( 2e8805...dcc098 )
by Anderson
08:35
created
src/Connection/ElasticConnection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -491,6 +491,9 @@
 block discarded – undo
491 491
         }
492 492
     }
493 493
 
494
+    /**
495
+     * @param string $index
496
+     */
494 497
     private function validateIndex($index) {
495 498
         if (!IndexHelper::indexIsValid($index)) {
496 499
             throw new InvalidIndexNameException(sprintf(
Please login to merge, or discard this patch.