Completed
Push — master ( f18951...94bfb9 )
by Randy
03:34
created
src/Hydrator/Dom/Translator.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Dgame\Soap\Dom;
4 4
 
5
-use Dgame\Soap\Attribute\XmlAttribute;
6
-use Dgame\Soap\XmlElement;
7
-use Dgame\Soap\XmlNode;
8 5
 use DOMAttr;
9 6
 use DOMDocument;
10 7
 use DOMNode;
8
+use Dgame\Soap\Attribute\XmlAttribute;
9
+use Dgame\Soap\XmlElement;
10
+use Dgame\Soap\XmlNode;
11 11
 
12 12
 /**
13 13
  * Class DomTranslator
Please login to merge, or discard this patch.