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
Branch master (a445f1)
by Jérémy
03:02
created
src/Server.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,8 @@
 block discarded – undo
51 51
     /**
52 52
      * Parse request from user
53 53
      *
54
-     * @param \React\Http\Request  $HttpRequest
55
-     * @param \React\Http\Response $HttpResponse
54
+     * @param \React\Http\Request  $httpRequest
55
+     * @param \React\Http\Response $httpResponse
56 56
      */
57 57
     public function __invoke(HttpRequest $httpRequest, HttpResponse $httpResponse)
58 58
     {
Please login to merge, or discard this patch.