Skip to content

Commit

Permalink
Help IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
fivefilters committed Apr 21, 2024
1 parent c1f7191 commit 47e60c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nodes/NodeUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static function setNodeTag($node, $value, $importAttributes = true)
/**
* Removes the current node and returns the next node to be parsed (child, sibling or parent).
*
* @param DOMNode $node
* @param DOMNode|DOMElement $node
*
* @return DOMNode
*/
Expand Down Expand Up @@ -136,7 +136,7 @@ public static function removeNode($node)
* Returns the next node. First checks for children (if the flag allows it), then for siblings, and finally
* for parents.
*
* @param DOMNode|DOMElement $originalNode
* @param DOMNode|DOMElement|DOMDocument $originalNode
* @param bool $ignoreSelfAndKids
*
* @return DOMNode
Expand Down

0 comments on commit 47e60c2

Please sign in to comment.