Completed
Push — master ( 95335a...1db124 )
by Roberto
05:09
created
src/Tools.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -18,16 +18,16 @@
 block discarded – undo
18 18
  *          Samuel M Basso <samuelbasso at gmail do com>
19 19
  */
20 20
 
21
+use NFePHP\CTe\Auxiliar\IdentifyCTe;
22
+use NFePHP\CTe\Auxiliar\Response;
21 23
 use NFePHP\Common\Base\BaseTools;
24
+use NFePHP\Common\DateTime\DateTime;
25
+use NFePHP\Common\Dom\Dom;
26
+use NFePHP\Common\Dom\ValidXsd;
27
+use NFePHP\Common\Exception;
28
+use NFePHP\Common\Files;
22 29
 use NFePHP\Common\LotNumber\LotNumber;
23 30
 use NFePHP\Common\Strings\Strings;
24
-use NFePHP\Common\Files;
25
-use NFePHP\Common\Exception;
26
-use NFePHP\CTe\Auxiliar\Response;
27
-use NFePHP\CTe\Auxiliar\IdentifyCTe;
28
-use NFePHP\Common\Dom\ValidXsd;
29
-use NFePHP\Common\Dom\Dom;
30
-use NFePHP\Common\DateTime\DateTime;
31 31
 
32 32
 if (!defined('NFEPHP_ROOT')) {
33 33
     define('NFEPHP_ROOT', dirname(dirname(__FILE__)));
Please login to merge, or discard this patch.