From 24219de95d129309f248f1e0874dcddc015bfbff Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 30 Oct 2020 11:04:58 +0000 Subject: [PATCH] Fix #79273: Correctly document nullable properties on DOMDocument and DOMNode Patch contributed by Benjamin Eberlei . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351078 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domdocument.xml | 4 ++-- reference/dom/domnode.xml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/reference/dom/domdocument.xml b/reference/dom/domdocument.xml index ca359f1f9b..5a9eb7354b 100644 --- a/reference/dom/domdocument.xml +++ b/reference/dom/domdocument.xml @@ -66,7 +66,7 @@ public - string + stringnull documentURI @@ -131,7 +131,7 @@ public readonly - string + stringnull xmlEncoding diff --git a/reference/dom/domnode.xml b/reference/dom/domnode.xml index 402f345797..e426dcf958 100644 --- a/reference/dom/domnode.xml +++ b/reference/dom/domnode.xml @@ -53,7 +53,7 @@ public readonly - DOMNode + DOMNodenull parentNode @@ -65,43 +65,43 @@ public readonly - DOMNode + DOMNodenull firstChild public readonly - DOMNode + DOMNodenull lastChild public readonly - DOMNode + DOMNodenull previousSibling public readonly - DOMNode + DOMNodenull nextSibling public readonly - DOMNamedNodeMap + DOMNamedNodeMapnull attributes public readonly - DOMDocument + DOMDocumentnull ownerDocument public readonly - string + stringnull namespaceURI @@ -118,7 +118,7 @@ public readonly - string + stringnull baseURI