From 1ac29ff9f48d50a697126bf0bc2d9d60efaae6a6 Mon Sep 17 00:00:00 2001 From: Thomas Schulz Date: Wed, 27 Feb 2019 12:38:51 +0100 Subject: [PATCH] Fixed PhpDoc for dom_import_simplexml() stub --- dom/dom.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dom/dom.php b/dom/dom.php index c32ab7cc..5e41682c 100644 --- a/dom/dom.php +++ b/dom/dom.php @@ -4,9 +4,8 @@ /** - * Gets a DOMElement object from a + * Gets a DOMElement object from a SimpleXMLElement object * @since 5.0 -SimpleXMLElement object * @link https://php.net/manual/en/function.dom-import-simplexml.php * @param SimpleXMLElement $node

* The SimpleXMLElement node.