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')); $date = (new \DateTimeImmutable('2024-01-01 06:00:00'));
(new Newsletter())->withSubject($newsletterTitle) (new Newsletter())->withSubject($newsletterTitle)
->withSentStatus() ->withSentStatus()
->withSendingQueue( ->withSendingQueue(['created_at' => $date])
['created_at' => $date,
])
->create(); ->create();
$i->login(); $i->login();