File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments