Skip to content

Commit 7ba4c29

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3b8f8a4 commit 7ba4c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/HorizonLogs/HorizonNewLogsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@
150150
->and(count($logs))->toBeGreaterThanOrEqual(4);
151151

152152
// Check that at least some valid logs were parsed
153-
$validLogs = array_filter($logs, fn($log) => $log->datetime !== null);
153+
$validLogs = array_filter($logs, fn ($log) => $log->datetime !== null);
154154
expect(count($validLogs))->toBeGreaterThanOrEqual(4);
155155
});

0 commit comments

Comments
 (0)