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 — 2.0 ( b832d6...51a044 )
by Nico
19:54
created
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
     /**
359 359
      * Define the HTTP headers
360 360
      *
361
-     * @return array
361
+     * @return string
362 362
      */
363 363
     private function _GetHttpHeaders()
364 364
     {
@@ -386,7 +386,7 @@  discard block
 block discarded – undo
386 386
     }
387 387
 
388 388
     /**
389
-     * @param $url
389
+     * @param string $url
390 390
      * @param null|array $payload
391 391
      * @return string
392 392
      */
Please login to merge, or discard this patch.