Skip to content

Commit 2cdcc30

Browse files
committed
Rename the first parameter of Randomizer::getFloat() to $boundary
1 parent ed1f1c8 commit 2cdcc30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/random/random.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function nextInt(): int {}
135135

136136
public function nextFloat(): float {}
137137

138-
public function getFloat(float $min, float $max, IntervalBoundary $bounds = IntervalBoundary::ClosedOpen): float {}
138+
public function getFloat(float $min, float $max, IntervalBoundary $boundary = IntervalBoundary::ClosedOpen): float {}
139139

140140
public function getInt(int $min, int $max): int {}
141141

ext/random/random_arginfo.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)