Completed
Push — master ( e55be9...5d6262 )
by Roberto
15:27 queued 12:57
created
src/Base.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use InvalidArgumentException;
6 6
 use NFePHP\Esfinge\Soap\CurlSoap;
7
-use NFePHP\Esfinge\Files\FileFolders;
8 7
 
9 8
 class Base
10 9
 {
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace NFePHP\Esfinge;
4 4
 
5 5
 use InvalidArgumentException;
6
-use RuntimeException;
7
-use NFePHP\Esfinge\Response;
8 6
 use NFePHP\Esfinge\Base;
7
+use NFePHP\Esfinge\Response;
8
+use RuntimeException;
9 9
 
10 10
 class Tools extends Base
11 11
 {
Please login to merge, or discard this patch.
src/Soap/CurlSoap.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NFePHP\Esfinge\Soap;
4 4
 
5
-use RuntimeException;
6 5
 use NFePHP\Esfinge\Files\FilesFolders;
6
+use RuntimeException;
7 7
 
8 8
 class CurlSoap
9 9
 {
Please login to merge, or discard this patch.