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.
src/Sylius/Bundle/ShopBundle/EventListener/UserMailerListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Component\Core\Model\ShopUserInterface;
21 21
 use Sylius\Component\Mailer\Sender\SenderInterface;
22 22
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
23
-use Sylius\Component\User\Model\UserInterface;
24 23
 use Symfony\Component\EventDispatcher\GenericEvent;
25 24
 use Webmozart\Assert\Assert;
26 25
 
Please login to merge, or discard this patch.