Completed
Push — master ( 368619...91b4f9 )
by Roberto
12s
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   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,15 +15,15 @@
 block discarded – undo
15 15
 
16 16
 use NFePHP\Common\Base\BaseTools;
17 17
 use NFePHP\Common\DateTime\DateTime;
18
-use NFePHP\Common\LotNumber\LotNumber;
19
-use NFePHP\Common\Strings\Strings;
20
-use NFePHP\Common\Files;
21
-use NFePHP\Common\Exception;
22 18
 use NFePHP\Common\Dom\Dom;
23 19
 use NFePHP\Common\Dom\ValidXsd;
20
+use NFePHP\Common\Exception;
21
+use NFePHP\Common\Files;
22
+use NFePHP\Common\LotNumber\LotNumber;
23
+use NFePHP\Common\Strings\Strings;
24
+use NFePHP\MDFe\Auxiliar\Identify;
24 25
 use NFePHP\MDFe\Auxiliar\Response;
25 26
 use NFePHP\MDFe\Mail;
26
-use NFePHP\MDFe\Auxiliar\Identify;
27 27
 
28 28
 if (!defined('NFEPHP_ROOT')) {
29 29
     define('NFEPHP_ROOT', dirname(dirname(__FILE__)));
Please login to merge, or discard this patch.