Passed
Pull Request — master (#202)
by Eduardo
02:03
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.
src/Factories/Parser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
  * @link      http://github.com/nfephp-org/sped-nfe for the canonical source repository
16 16
  */
17 17
 
18
-use NFePHP\Common\Strings;
19 18
 use NFePHP\NFe\Make;
20 19
 use NFePHP\NFe\Exception\DocumentsException;
21 20
 use stdClass;
Please login to merge, or discard this patch.