@@ -407,7 +407,7 @@ discard block |
||
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 |
||
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) |