Completed
Push — custom-email-per-channel ( 3e318e )
by Kamil
05:19
created
src/Sylius/Bundle/ShopBundle/EmailManager/ContactEmailManagerInterface.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -17,5 +17,10 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.