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 — 2.9 ( 02d287...053a19 )
by Thorsten
09:31
created
phpmyfaq/inc/PMF/Utils.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      *
126 126
      * @param string $lang Language
127 127
      *
128
-     * @return bool
128
+     * @return integer
129 129
      */
130 130
     public static function isLanguage($lang)
131 131
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      *
138 138
      * @param int $date Date
139 139
      *
140
-     * @return int
140
+     * @return boolean
141 141
      */
142 142
     public static function isLikeOnPMFDate($date)
143 143
     {
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
     /**
347 347
      * debug_backtrace() wrapper function.
348 348
      *
349
-     * @param $string
349
+     * @param string $string
350 350
      *
351 351
      * @return string
352 352
      */
@@ -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.