Passed
Pull Request — master (#196)
by Eduardo
02:23
created
src/Factories/ContingencyNFe.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use NFePHP\NFe\Factories\Contingency;
7 7
 use NFePHP\Common\Signer;
8 8
 use NFePHP\Common\Keys;
9
-use NFePHP\Common\UFList;
10 9
 use DateTime;
11 10
 
12 11
 class ContingencyNFe
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
@@ -19,8 +19,6 @@
 block discarded – undo
19 19
 use NFePHP\Common\Strings;
20 20
 use NFePHP\Common\Signer;
21 21
 use NFePHP\Common\UFList;
22
-use NFePHP\NFe\Factories\QRCode;
23
-use NFePHP\NFe\Factories\Events;
24 22
 use NFePHP\NFe\Common\Tools as ToolsCommon;
25 23
 use RuntimeException;
26 24
 use InvalidArgumentException;
Please login to merge, or discard this patch.