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
Push — master ( 94f336...bbca31 )
by Juan
8s
created
src/Amplitude.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -118,7 +118,6 @@  discard block
 block discarded – undo
118 118
      * Constructor, optionally sets the api key
119 119
      *
120 120
      * @param string $apiKey
121
-     * @param \Psr\Log $logger
122 121
      */
123 122
     public function __construct($apiKey = null)
124 123
     {
@@ -424,7 +423,7 @@  discard block
 block discarded – undo
424 423
     /**
425 424
      * Getter for currently set api key
426 425
      *
427
-     * @return string|null
426
+     * @return string
428 427
      */
429 428
     public function getApiKey()
430 429
     {
@@ -434,7 +433,7 @@  discard block
 block discarded – undo
434 433
     /**
435 434
      * Getter for currently set user ID
436 435
      *
437
-     * @return string|null
436
+     * @return string
438 437
      */
439 438
     public function getUserId()
440 439
     {
@@ -444,7 +443,7 @@  discard block
 block discarded – undo
444 443
     /**
445 444
      * Getter for currently set device ID
446 445
      *
447
-     * @return string|null
446
+     * @return string
448 447
      */
449 448
     public function getDeviceId()
450 449
     {
Please login to merge, or discard this patch.