Fixed PhpDoc for dom_import_simplexml() stub

This commit is contained in:
Thomas Schulz 2019-02-27 12:38:51 +01:00 committed by GitHub
parent b4d07fbfc6
commit 1ac29ff9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@
/**
* Gets a <b>DOMElement</b> object from a
* Gets a <b>DOMElement</b> object from a <b>SimpleXMLElement</b> object
* @since 5.0
<b>SimpleXMLElement</b> object
* @link https://php.net/manual/en/function.dom-import-simplexml.php
* @param SimpleXMLElement $node <p>
* The <b>SimpleXMLElement</b> node.