Skip to content

Commit 10595e5

Browse files
committed
Update stubs
1 parent 6f4ea2a commit 10595e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stubs/ext/random/Random/Randomizer.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ final class Randomizer
1212
public function __construct(?Engine $engine = null)
1313
{
1414
}
15-
public function getInt(int $min = UNKNOWN, int $max = UNKNOWN) : int
15+
public function nextInt() : int
16+
{
17+
}
18+
public function getInt(int $min, int $max) : int
1619
{
1720
}
1821
public function getBytes(int $length) : string

0 commit comments

Comments
 (0)