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
Pull Request — master (#7)
by Cees-Jan
09:33
created
src/Request.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -348,6 +348,7 @@  discard block
 block discarded – undo
348 348
 
349 349
     /**
350 350
      *
351
+     * @param HttpRequest $request
351 352
      */
352 353
     protected function handleResponse($request)
353 354
     {
@@ -372,6 +373,9 @@  discard block
 block discarded – undo
372 373
         $this->resolveResponse($response);
373 374
     }
374 375
 
376
+    /**
377
+     * @param Response $response
378
+     */
375 379
     protected function resolveResponse($response)
376 380
     {
377 381
         $this->loop->futureTick(function () use ($response) {
Please login to merge, or discard this patch.