Completed
Pull Request — master (#9)
by Roberto
04:28
created
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.