Completed
Pull Request — master (#25)
by
unknown
13:19
created
src/Mail.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
  *
23 23
  */
24 24
 
25
-use NFePHP\Common\Dom\Dom;
26
-use NFePHP\Common\DateTime\DateTime;
27
-use NFePHP\Common\Base\BaseMail;
28 25
 use Html2Text\Html2Text;
26
+use NFePHP\Common\Base\BaseMail;
27
+use NFePHP\Common\DateTime\DateTime;
28
+use NFePHP\Common\Dom\Dom;
29 29
 use \DOMDocument;
30 30
 
31 31
 class Mail extends BaseMail
Please login to merge, or discard this patch.