Skip to content

Commit 0eba500

Browse files
peterfoxgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3f7ebbc commit 0eba500

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

src/Testing/FakeSubscriber.php

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,34 @@ class FakeSubscriber
1515

1616
protected bool $subscriptionStatus = true;
1717

18-
public function routes($router = null): void {}
18+
public function routes($router = null): void
19+
{
20+
}
1921

2022
public function routeName(): string
2123
{
2224
return $this->routeName;
2325
}
2426

25-
public function onUnsubscribeFromMailingList($handler): void {}
27+
public function onUnsubscribeFromMailingList($handler): void
28+
{
29+
}
2630

27-
public function onUnsubscribeFromAllMailingLists($handler): void {}
31+
public function onUnsubscribeFromAllMailingLists($handler): void
32+
{
33+
}
2834

29-
public function onCompletion($handler): void {}
35+
public function onCompletion($handler): void
36+
{
37+
}
3038

31-
public function onCheckSubscriptionStatusOfAllMailingLists($handler): void {}
39+
public function onCheckSubscriptionStatusOfAllMailingLists($handler): void
40+
{
41+
}
3242

33-
public function onCheckSubscriptionStatusOfMailingList($handler): void {}
43+
public function onCheckSubscriptionStatusOfMailingList($handler): void
44+
{
45+
}
3446

3547
public function unsubscribeFromMailingList($user, string $mailingList): void
3648
{

0 commit comments

Comments
 (0)