diff --git a/reference/dom/domimplementation/createdocument.xml b/reference/dom/domimplementation/createdocument.xml index 881869b89b80..603bb7056e05 100644 --- a/reference/dom/domimplementation/createdocument.xml +++ b/reference/dom/domimplementation/createdocument.xml @@ -10,7 +10,7 @@ &reftitle.description; - public DOMDocumentfalseDOMImplementation::createDocument + public DOMDocumentDOMImplementation::createDocument stringnullnamespace&null; stringqualifiedName"" DOMDocumentTypenulldoctype&null; @@ -54,10 +54,10 @@ &reftitle.returnvalues; - A new DOMDocument object or &false; on error. If + A new DOMDocument object. If namespace, qualifiedName, and doctype are null, the returned - DOMDocument is empty with no document element + DOMDocument is empty with no document element. @@ -98,6 +98,12 @@ + + 8.4.0 + + The function now has the tentative return type DOMDocument. + + 8.0.3