Completed
Pull Request — master (#89)
by
unknown
11:04
created
src/Make.php 1 patch
Unused Use Statements   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -18,14 +18,12 @@
 block discarded – undo
18 18
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
19 19
  */
20 20
 
21
-use NFePHP\Common\Keys;
21
+use DOMElement;
22
+use DateTime;
22 23
 use NFePHP\Common\DOMImproved as Dom;
24
+use NFePHP\Common\Keys;
23 25
 use NFePHP\Common\Strings;
24 26
 use stdClass;
25
-use RuntimeException;
26
-use InvalidArgumentException;
27
-use DOMElement;
28
-use DateTime;
29 27
 
30 28
 class Make
31 29
 {
Please login to merge, or discard this patch.
src/Complements.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace NFePHP\MDFe;
4 4
 
5 5
 use DOMDocument;
6
+use NFePHP\Common\Strings;
6 7
 use NFePHP\MDFe\Common\Standardize;
7 8
 use NFePHP\MDFe\Exception\DocumentsException;
8
-use NFePHP\Common\Strings;
9 9
 
10 10
 class Complements
11 11
 {
Please login to merge, or discard this patch.