From 8a3cddf7d2582dce5f3ee47bac33c9f4836c090b Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Tue, 20 Nov 2018 23:48:13 +0000 Subject: Fix missing node type --- src/Nodes/NodeUtility.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 * -- cgit v1.2.3