Passed
Push — master ( 7fb011...144e96 )
by Roberto
56s queued 12s
created
src/Common/Make.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * Abstract class to build Make::class
7 7
  */
8 8
 use NFePHP\Common\DOMImproved as Dom;
9
-use NFePHP\Common\Keys;
10 9
 use NFePHP\BPe\Factories\TagInterface;
11 10
 use \DOMElement;
12 11
 
Please login to merge, or discard this patch.
src/Common/Tools.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
  * @link      http://github.com/nfephp-org/sped-bpe for the canonical source repository
17 17
  */
18 18
 
19
-use DOMDocument;
20 19
 use InvalidArgumentException;
21 20
 use RuntimeException;
22 21
 use NFePHP\Common\Certificate;
@@ -29,7 +28,6 @@  discard block
 block discarded – undo
29 28
 use NFePHP\Common\UFList;
30 29
 use NFePHP\Common\Validator;
31 30
 use NFePHP\BPe\Factories\Header;
32
-use NFePHP\BPe\Factories\QRCode;
33 31
 
34 32
 class Tools
35 33
 {
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,7 @@
 block discarded – undo
20 20
 use NFePHP\Common\Strings;
21 21
 use NFePHP\Common\Signer;
22 22
 use NFePHP\Common\UFList;
23
-use NFePHP\BPe\Factories\Events;
24 23
 use NFePHP\BPe\Common\Tools as ToolsCommon;
25
-use RuntimeException;
26 24
 use InvalidArgumentException;
27 25
 
28 26
 class Tools extends ToolsCommon
Please login to merge, or discard this patch.