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 Raza
03:14
created
src/Client.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
     }
277 277
 
278 278
     /**
279
-     * @param $endpoint
279
+     * @param string $endpoint
280 280
      * @param array $arguments
281 281
      * @param string|resource $body
282 282
      *
@@ -304,6 +304,9 @@  discard block
 block discarded – undo
304 304
         return $response;
305 305
     }
306 306
 
307
+    /**
308
+     * @param string $endpoint
309
+     */
307 310
     public function rpcEndpointRequest($endpoint, array $parameters)
308 311
     {
309 312
         try {
Please login to merge, or discard this patch.