Completed
Pull Request — master (#18)
by Roberto
11:41
created
src/Tools.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,8 @@
 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 RuntimeException;
9 8
 
10 9
 class Tools extends Base
11 10
 {
Please login to merge, or discard this patch.