summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-20 23:48:13 +0000
committerAndres Rey <[email protected]>2018-11-20 23:48:13 +0000
commit8a3cddf7d2582dce5f3ee47bac33c9f4836c090b (patch)
tree0d2090f6ad904470c3c5279dda821be87f1fe58f
parent8f6ac99688f4561bc70414a6160742fe252e636e (diff)
Fix missing node type
-rw-r--r--src/Nodes/NodeUtility.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Nodes/NodeUtility.php b/src/Nodes/NodeUtility.php
index 4f12a4b..7a1f18e 100644
--- a/src/Nodes/NodeUtility.php
+++ b/src/Nodes/NodeUtility.php
@@ -57,6 +57,7 @@ class NodeUtility
* Changes the node tag name. Since tagName on DOMElement is a read only value, this must be done creating a new
* element with the new tag name and importing it to the main DOMDocument.
*
+ * @param DOMNode $node
* @param string $value
* @param bool $importAttributes
*