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 85157b8 commit 34a54a2Copy full SHA for 34a54a2
src/Exercise/UniteTheTypes.php
@@ -51,7 +51,7 @@ public function getArgs(): array
51
{
52
$numbers = array_map(
53
function (): string {
54
- if ($this->faker->boolean) {
+ if ($this->faker->boolean()) {
55
return (string) $this->faker->numberBetween(0, 50);
56
}
57
return (string) $this->faker->randomFloat(3, 0, 50);
0 commit comments