Completed
Push — master ( a9e5bc...47c856 )
by Tomáš
32:49 queued 31:36
created
src/Services/XMLNode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      * Create new (unconnected) text element
108 108
      *
109 109
      * @param string               $name
110
-     * @param mixed                $value
110
+     * @param null|string                $value
111 111
      * @param array<string,string> $attributes
112 112
      * @param bool                 $forcedEscape
113 113
      *
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
      *
232 232
      * @param \DOMElement      $element
233 233
      * @param string           $name
234
-     * @param string|float|int $value
234
+     * @param string $value
235 235
      *
236 236
      * @return void
237 237
      */
Please login to merge, or discard this patch.
src/Services/XMLReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      *
72 72
      * @param string $nodeName
73 73
      *
74
-     * @return \Generator|\Inspirum\XML\Services\XMLNode[]
74
+     * @return \Generator
75 75
      */
76 76
     public function iterateNode(string $nodeName): iterable
77 77
     {
Please login to merge, or discard this patch.