Completed
Push — master ( f18951...94bfb9 )
by Randy
03:34
created
src/Hydrator/ClassMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * @param string $class
50 50
      *
51
-     * @return Hydrate|null
51
+     * @return \self|null
52 52
      */
53 53
     public function new(string $class)
54 54
     {
Please login to merge, or discard this patch.
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.