From 2ba1da56fdc608c82a9cc79c9132d9c1284aea6c Mon Sep 17 00:00:00 2001 From: Nielsvanpach Date: Mon, 6 Jan 2025 09:19:23 +0000 Subject: [PATCH] Fix styling --- tests/Notifications/Channels/Discord/DiscordMessageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);