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 (f2366e)
by Juan
02:39
created
src/Amplitude.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -418,7 +418,7 @@  discard block
 block discarded – undo
418 418
     /**
419 419
      * Getter for currently set api key
420 420
      *
421
-     * @return string|null
421
+     * @return string
422 422
      */
423 423
     public function getApiKey()
424 424
     {
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
     /**
429 429
      * Getter for currently set user ID
430 430
      *
431
-     * @return string|null
431
+     * @return string
432 432
      */
433 433
     public function getUserId()
434 434
     {
@@ -438,7 +438,7 @@  discard block
 block discarded – undo
438 438
     /**
439 439
      * Getter for currently set device ID
440 440
      *
441
-     * @return string|null
441
+     * @return string
442 442
      */
443 443
     public function getDeviceId()
444 444
     {
Please login to merge, or discard this patch.