Completed
Push — master ( ea6553...a25652 )
by Alexander
02:54
created
src/Services/XmlParserService.php 1 patch
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.