Completed
Push — master ( f92db2...56c2c4 )
by Kevin
02:25
created
src/BasePremailer.php 1 patch
Unused Use Statements   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,12 @@
 block discarded – undo
19 19
 use Crossjoin\Css\Reader\CssString;
20 20
 use Crossjoin\Css\Writer\WriterAbstract;
21 21
 use Symfony\Component\CssSelector\CssSelectorConverter as CssSelector;
22
-use DOMDocument, DOMElement, DOMXPath;
23
-use LengthException, RuntimeException, InvalidArgumentException;
22
+use DOMDocument;
23
+use DOMElement;
24
+use DOMXPath;
25
+use LengthException;
26
+use RuntimeException;
27
+use InvalidArgumentException;
24 28
 
25 29
 /**
26 30
  * The base Premailer class
Please login to merge, or discard this patch.