We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae952f8 commit 8cf9145Copy full SHA for 8cf9145
tests/Constraints/LongArraysTest.php
@@ -55,7 +55,7 @@ public function testLongNumberArray(): void
55
56
$tmp = new \stdClass();
57
$tmp->p_array = array_map(function ($i) {
58
- return rand(1, 1000) / 1000.0;
+ return random_int(1, 1000) / 1000.0;
59
}, range(1, 100000));
60
$input = json_encode($tmp);
61
0 commit comments