Completed
Push — master ( 3d8201...9a58f2 )
by Roberto
8s
created
src/Mail.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,9 @@
 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\DateTime\DateTime;
27
+use NFePHP\Common\Dom\Dom;
29 28
 use \DOMDocument;
30 29
 
31 30
 class Mail
Please login to merge, or discard this patch.
src/Make.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
19 19
  */
20 20
 
21
-use NFePHP\Common\DateTime\DateTime;
22 21
 use NFePHP\Common\Base\BaseMake;
22
+use NFePHP\Common\DateTime\DateTime;
23 23
 use \DOMDocument;
24 24
 use \DOMElement;
25 25
 
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Unused Use Statements   +4 added lines, -6 removed lines patch added patch discarded remove patch
@@ -15,15 +15,13 @@
 block discarded – undo
15 15
 
16 16
 use NFePHP\Common\Base\BaseTools;
17 17
 use NFePHP\Common\DateTime\DateTime;
18
+use NFePHP\Common\Dom\Dom;
19
+use NFePHP\Common\Exception;
20
+use NFePHP\Common\Files;
18 21
 use NFePHP\Common\LotNumber\LotNumber;
19 22
 use NFePHP\Common\Strings\Strings;
20
-use NFePHP\Common\Files;
21
-use NFePHP\Common\Exception;
22
-use NFePHP\Common\Dom\Dom;
23
-use NFePHP\Common\Dom\ValidXsd;
24
-use NFePHP\MDFe\Response;
25 23
 use NFePHP\MDFe\Mail;
26
-use NFePHP\MDFe\Identify;
24
+use NFePHP\MDFe\Response;
27 25
 
28 26
 if (!defined('NFEPHP_ROOT')) {
29 27
     define('NFEPHP_ROOT', dirname(dirname(__FILE__)));
Please login to merge, or discard this patch.