Completed
Push — remove-content-bundle ( 63aea7...cb6153 )
by Kamil
52:08 queued 32:20
created
src/Sylius/Component/Mailer/Model/Email.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Component\Mailer\Model;
13 13
 
14
-use Sylius\Component\Resource\Model\TimestampableTrait;
15
-use Sylius\Component\Resource\Model\ToggleableTrait;
16
-
17 14
 /**
18 15
  * @author Paweł Jędrzejewski <[email protected]>
19 16
  */
Please login to merge, or discard this patch.
src/Sylius/Component/Mailer/Model/EmailInterface.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -11,11 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Component\Mailer\Model;
13 13
 
14
-use Sylius\Component\Resource\Model\CodeAwareInterface;
15
-use Sylius\Component\Resource\Model\ResourceInterface;
16
-use Sylius\Component\Resource\Model\TimestampableInterface;
17
-use Sylius\Component\Resource\Model\ToggleableInterface;
18
-
19 14
 /**
20 15
  * @author Paweł Jędrzejewski <[email protected]>
21 16
  */
Please login to merge, or discard this patch.