Completed
Pull Request — master (#21)
by Roberto
14:13
created
src/Factories/Factory.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace NFePHP\eSocial\Factories;
4 4
 
5
-use NFePHP\Common\DOMImproved as Dom;
5
+use DOMDocument;
6
+use DOMElement;
7
+use DateTime;
6 8
 use NFePHP\Common\Certificate;
9
+use NFePHP\Common\DOMImproved as Dom;
7 10
 use NFePHP\Common\Signer;
8 11
 use NFePHP\Common\Strings;
9 12
 use NFePHP\Common\Validator;
10 13
 use stdClass;
11
-use DOMDocument;
12
-use DOMElement;
13
-use DateTime;
14 14
 
15 15
 abstract class Factory
16 16
 {
Please login to merge, or discard this patch.