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 ( 5b2f37...bcc32d )
by Stefan
15s queued 11s
created
Api.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -105,6 +105,9 @@
 block discarded – undo
105 105
         );
106 106
     }
107 107
 
108
+    /**
109
+     * @param string $content
110
+     */
108 111
     private function parseResponse($content)
109 112
     {
110 113
         return json_decode($content, true);
Please login to merge, or discard this patch.