Completed
Pull Request — master (#31)
by Gabriel
03:52
created
src/Convert.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,9 +14,8 @@
 block discarded – undo
14 14
  * @link      http://github.com/nfephp-org/nfephp for the canonical source repository
15 15
  */
16 16
 
17
-use NFePHP\Common\Strings\Strings;
18 17
 use NFePHP\Common\Exception;
19
-use NFePHP\NFe\Make;
18
+use NFePHP\Common\Strings\Strings;
20 19
 
21 20
 class Convert
22 21
 {
Please login to merge, or discard this patch.
src/Mail.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
  * @link      http://github.com/nfephp-org/nfephp for the canonical source repository
14 14
  */
15 15
 
16
-use NFePHP\Common\Dom\Dom;
17
-use NFePHP\Common\DateTime\DateTime;
16
+use Html2Text\Html2Text;
18 17
 use NFePHP\Common\Base\BaseMail;
18
+use NFePHP\Common\DateTime\DateTime;
19
+use NFePHP\Common\Dom\Dom;
19 20
 use NFePHP\Common\Exception;
20
-use Html2Text\Html2Text;
21 21
 use \DOMDocument;
22 22
 
23 23
 class Mail extends BaseMail
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
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
  * E pelas NT 2015.001, 2015.002, 2015.003
24 24
  */
25 25
 
26
-use NFePHP\Common\DateTime\DateTime;
27 26
 use NFePHP\Common\Base\BaseMake;
27
+use NFePHP\Common\DateTime\DateTime;
28 28
 use NFePHP\Common\Exception\RuntimeException;
29 29
 use \DOMDocument;
30 30
 use \DOMElement;
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\Dom\ValidXsd;
20
+use NFePHP\Common\Exception;
21
+use NFePHP\Common\Files;
18 22
 use NFePHP\Common\LotNumber\LotNumber;
19 23
 use NFePHP\Common\Strings\Strings;
20
-use NFePHP\Common\Files;
21
-use NFePHP\Common\Exception;
22
-use NFePHP\Common\Dom\Dom;
23
-use NFePHP\NFe\Auxiliar\Response;
24
-use NFePHP\NFe\Mail;
25 24
 use NFePHP\NFe\Auxiliar\IdentifyNFe;
26
-use NFePHP\Common\Dom\ValidXsd;
27 25
 
28 26
 if (!defined('NFEPHP_ROOT')) {
29 27
     define('NFEPHP_ROOT', dirname(dirname(dirname(__FILE__))));
Please login to merge, or discard this patch.