@@ -17,5 +17,10 @@ |
||
17 | 17 | |
18 | 18 | interface ContactEmailManagerInterface |
19 | 19 | { |
20 | + /** |
|
21 | + * @param ChannelInterface $channel |
|
22 | + * |
|
23 | + * @return void |
|
24 | + */ |
|
20 | 25 | public function sendContactRequest(array $data, array $recipients, ?ChannelInterface $channel = null): void; |
21 | 26 | } |