Completed
Push — master ( ea6553...a25652 )
by Alexander
02:54
created
src/Services/XmlParserService.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
 
27 27
     /**
28 28
      * XmlParserService constructor.
29
-     * @param $document
29
+     * @param \DOMElement $document
30 30
      * @param array $aliases
31 31
      */
32 32
     public function __construct($document, array $aliases = [])
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-     * @param string|integer $key
174
+     * @param string $key
175 175
      * @param XmlConvertibleInterface $element
176 176
      * @return string
177 177
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 
6 6
 use Horat1us\Arrays\Collection;
7
-use Horat1us\XmlAliasKey;
8 7
 use Horat1us\XmlConvertibleInterface;
9 8
 use Horat1us\XmlConvertibleObject;
10 9
 
Please login to merge, or discard this patch.