Fix php linting
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user