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 ( 28dc83...bd6e9e )
by sunsky
02:37 queued 19s
created
src/MultiRequest.php 1 patch
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
src/Request.php 1 patch
Unused Use Statements   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.