Test Failed
Push — master ( 9b3943...8924b8 )
by Mathieu
02:13
created
src/Charcoal/Email/Email.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Charcoal\Factory\FactoryInterface;
24 24
 
25 25
 // From 'locomotivemtl/charcoal-view'
26
-use Charcoal\View\GenericView;
27 26
 use Charcoal\View\ViewableInterface;
28 27
 use Charcoal\View\ViewableTrait;
29 28
 
Please login to merge, or discard this patch.
src/Charcoal/Email/EmailQueueItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Charcoal\Email;
6 6
 
7 7
 use Exception;
8
-use InvalidArgumentException;
9 8
 
10 9
 // From 'pimple/pimple'
11 10
 use Pimple\Container;
Please login to merge, or discard this patch.