Test Setup Failed
Push — master ( 947c79...20ba58 )
by
unknown
34s queued 10s
created
src/Complements.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace NFePHP\CTe;
4 4
 
5
-use NFePHP\Common\Strings;
6 5
 use NFePHP\CTe\Common\Standardize;
7 6
 use NFePHP\CTe\Exception\DocumentsException;
8 7
 use DOMDocument;
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
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
  * @link      http://github.com/nfephp-org/sped-nfe for the canonical source repository
17 17
  */
18 18
 
19
-use NFePHP\Common\Strings;
20 19
 use NFePHP\CTe\Make;
21 20
 use NFePHP\CTe\Exception\DocumentsException;
22 21
 use stdClass;
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +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\CTe\Factories\Events;
23 22
 use NFePHP\CTe\Common\Tools as ToolsCommon;
24 23
 use RuntimeException;
25 24
 use InvalidArgumentException;
Please login to merge, or discard this patch.