Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and github-actions[bot] committed Jan 6, 2025
1 parent 3d91654 commit 2ba1da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
});

it('resizes fields if fields count is greater than 25', function () {
$array = array_map(fn() => fake()->word(), range(1, 50));
$array = array_map(fn () => fake()->word(), range(1, 50));
$count = count($array);

expect($count)->toBeGreaterThan(25);
Expand Down

0 comments on commit 2ba1da5

Please sign in to comment.