Completed
Push — master ( 02b57e...c6d165 )
by Roberto
07:20 queued 05:05
created
src/Factory/Factory.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
  * @link       http://github.com/nfephp-org/sped-efinanceira for the canonical source repository
14 14
  */
15 15
 
16
+use InvalidArgumentException;
16 17
 use NFePHP\Common\Base\BaseMake;
17 18
 use NFePHP\Common\Certificate\Pkcs12;
18
-use NFePHP\Common\Files\FilesFolders;
19 19
 use NFePHP\Common\Dom\ValidXsd;
20
-use InvalidArgumentException;
20
+use NFePHP\Common\Files\FilesFolders;
21 21
 
22 22
 abstract class Factory extends BaseMake
23 23
 {
Please login to merge, or discard this patch.
src/BaseTools.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,13 +13,12 @@
 block discarded – undo
13 13
  * @link      http://github.com/nfephp-org/sped-efinanceira for the canonical source repository
14 14
  */
15 15
 
16
+use InvalidArgumentException;
16 17
 use NFePHP\Common\Certificate\Pkcs12;
17 18
 use NFePHP\Common\DateTime\DateTime;
18
-use NFePHP\Common\Dom\Dom;
19
-use NFePHP\Common\Soap\CurlSoap;
20 19
 use NFePHP\Common\Files;
20
+use NFePHP\Common\Soap\CurlSoap;
21 21
 use RuntimeException;
22
-use InvalidArgumentException;
23 22
 
24 23
 class Tools
25 24
 {
Please login to merge, or discard this patch.