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 3b8f8a4 commit 7ba4c29Copy full SHA for 7ba4c29
tests/Unit/HorizonLogs/HorizonNewLogsTest.php
@@ -150,6 +150,6 @@
150
->and(count($logs))->toBeGreaterThanOrEqual(4);
151
152
// Check that at least some valid logs were parsed
153
- $validLogs = array_filter($logs, fn($log) => $log->datetime !== null);
+ $validLogs = array_filter($logs, fn ($log) => $log->datetime !== null);
154
expect(count($validLogs))->toBeGreaterThanOrEqual(4);
155
});
0 commit comments