Fix php linting

This commit is contained in:
Veljko
2024-09-10 18:12:41 +02:00
committed by Jan Lysý
parent ce0937b880
commit 8fa109571f

View File

@@ -12,9 +12,7 @@ class StatsPageCest {
$date = (new \DateTimeImmutable('2024-01-01 06:00:00'));
(new Newsletter())->withSubject($newsletterTitle)
->withSentStatus()
->withSendingQueue(
['created_at' => $date,
])
->withSendingQueue(['created_at' => $date])
->create();
$i->login();