Passed
Push — master ( b39628...7861b1 )
by Mathieu
02:37 queued 11s
created
src/Charcoal/Email/Email.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -20,18 +20,14 @@
 block discarded – undo
20 20
 use Charcoal\Factory\FactoryInterface;
21 21
 
22 22
 // Module 'charcoal-view'
23
-use Charcoal\View\GenericView;
24 23
 use Charcoal\View\ViewableInterface;
25 24
 use Charcoal\View\ViewableTrait;
26 25
 
27 26
 // Module 'charcoal-queue'
28 27
 use Charcoal\Queue\QueueableInterface;
29 28
 use Charcoal\Queue\QueueableTrait;
30
-
31
-
32 29
 use Charcoal\Email\EmailInterface;
33 30
 use Charcoal\Email\EmailConfig;
34
-use Charcoal\Email\EmailLog;
35 31
 use Charcoal\Email\EmailQueueItem;
36 32
 
37 33
 /**
Please login to merge, or discard this patch.