Completed
Push — master ( d36330...3c9b9d )
by Lars
01:55
created
src/voku/helper/SimpleXmlDom.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     /**
376 376
      * Returns the first child of node.
377 377
      *
378
-     * @return SimpleXmlDomInterface|null
378
+     * @return null|SimpleXmlDom
379 379
      */
380 380
     public function firstChild()
381 381
     {
@@ -533,7 +533,7 @@  discard block
 block discarded – undo
533 533
     /**
534 534
      * Returns the last child of node.
535 535
      *
536
-     * @return SimpleXmlDomInterface|null
536
+     * @return null|SimpleXmlDom
537 537
      */
538 538
     public function lastChild()
539 539
     {
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
     /**
551 551
      * Returns the next sibling of node.
552 552
      *
553
-     * @return SimpleXmlDomInterface|null
553
+     * @return null|SimpleXmlDom
554 554
      */
555 555
     public function nextSibling()
556 556
     {
@@ -577,7 +577,7 @@  discard block
 block discarded – undo
577 577
     /**
578 578
      * Returns the previous sibling of node.
579 579
      *
580
-     * @return SimpleXmlDomInterface|null
580
+     * @return null|SimpleXmlDom
581 581
      */
582 582
     public function previousSibling()
583 583
     {
Please login to merge, or discard this patch.