Completed
Push — master ( ad3f3f...b283b6 )
by Randy
02:33
created
src/Hydrator/Dom/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * @param DOMDocument $document
28 28
      *
29
-     * @return XmlNode|null
29
+     * @return XmlElement|null
30 30
      */
31 31
     public function translateDocument(DOMDocument $document)
32 32
     {
Please login to merge, or discard this patch.
tests/DeHydrationTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Dgame\Soap\Test;
4 4
 
5
+use DOMDocument;
5 6
 use Dgame\Soap\Hydrator\ClassMapper;
6 7
 use Dgame\Soap\Hydrator\Dom\Hydrator;
7 8
 use Dgame\Soap\Test\Object\TestAddress;
@@ -9,7 +10,6 @@  discard block
 block discarded – undo
9 10
 use Dgame\Soap\Test\Object\TestPerson;
10 11
 use Dgame\Soap\Test\Object\TestPhone;
11 12
 use Dgame\Soap\Test\Object\TestRoot;
12
-use DOMDocument;
13 13
 use PHPUnit\Framework\TestCase;
14 14
 
15 15
 /**
Please login to merge, or discard this patch.