diff --git a/tests/Notifications/Channels/Discord/DiscordMessageTest.php b/tests/Notifications/Channels/Discord/DiscordMessageTest.php index 52b08544..a0b90dec 100644 --- a/tests/Notifications/Channels/Discord/DiscordMessageTest.php +++ b/tests/Notifications/Channels/Discord/DiscordMessageTest.php @@ -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);