@@ -375,7 +375,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 | { |