Passed
Pull Request — master (#295)
by Roberto
02:38
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/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.