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 79174f4 commit 4f164e7Copy full SHA for 4f164e7
tests/toBeProductOf.php
@@ -8,7 +8,7 @@
8
[0, -1, 0, fn (int $i): int => $i * 2],
9
[0, 0, 0, fn (int $i): int => $i * 2],
10
[3715891200, 1, 10, fn (int $i): int => $i * 2],
11
- [0, 10, 0, fn (int $i): int => $i * 2],
+ [3715891200, 10, 1, fn (int $i): int => $i * 2],
12
[362880, 2, 10, function (int $i): int {
13
return $i - 1;
14
}],
0 commit comments