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 — 2.9 (#1542)
by
unknown
15:19 queued 08:32
created
phpmyfaq/inc/PMF/Utils.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
 
408 408
     /**
409 409
      * Creates a seed with microseconds.
410
-     * @return float|int
410
+     * @return integer|null
411 411
      */
412 412
     private static function makeSeed()
413 413
     {
@@ -417,8 +417,8 @@  discard block
 block discarded – undo
417 417
 
418 418
     /**
419 419
      * Returns a random number.
420
-     * @param $min
421
-     * @param $max
420
+     * @param integer $min
421
+     * @param integer $max
422 422
      * @return int
423 423
      */
424 424
     public static function createRandomNumber($min, $max)
Please login to merge, or discard this patch.