Completed
Pull Request — master (#46)
by Roberto
04:22
created
src/Convert.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,10 +14,6 @@
 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
-use NFePHP\Common\Exception;
19
-use NFePHP\CTe\Make;
20
-
21 17
 class Convert
22 18
 {
23 19
     protected $limparString = true;
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
@@ -13,14 +13,14 @@
 block discarded – undo
13 13
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
14 14
   */
15 15
 
16
+use NFePHP\CTe\Auxiliar\IdentifyCTe;
17
+use NFePHP\CTe\Auxiliar\Response;
16 18
 use NFePHP\Common\Base\BaseTools;
19
+use NFePHP\Common\Dom\ValidXsd;
20
+use NFePHP\Common\Exception;
21
+use NFePHP\Common\Files;
17 22
 use NFePHP\Common\LotNumber\LotNumber;
18 23
 use NFePHP\Common\Strings\Strings;
19
-use NFePHP\Common\Files;
20
-use NFePHP\Common\Exception;
21
-use NFePHP\CTe\Auxiliar\Response;
22
-use NFePHP\CTe\Auxiliar\IdentifyCTe;
23
-use NFePHP\Common\Dom\ValidXsd;
24 24
 
25 25
 if (!defined('NFEPHP_ROOT')) {
26 26
     define('NFEPHP_ROOT', dirname(dirname(__FILE__)));
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.