From 5c46c45057ffa205f730c532e3ba3c89d2d25aad Mon Sep 17 00:00:00 2001 From: orklah Date: Sun, 4 Dec 2022 17:18:24 +0100 Subject: [PATCH] capitalize properties --- dictionaries/PropertyMap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dictionaries/PropertyMap.php b/dictionaries/PropertyMap.php index 21d449719..d83967024 100644 --- a/dictionaries/PropertyMap.php +++ b/dictionaries/PropertyMap.php @@ -121,7 +121,7 @@ return [ 'substituteEntities' => 'bool', 'validateOnParse' => 'bool', 'version' => 'string|null', - 'xmlencoding' => 'string|null', + 'xmlEncoding' => 'string|null', 'xmlStandalone' => 'bool', 'xmlVersion' => 'string|null', ], @@ -139,7 +139,7 @@ return [ 'systemid' => 'string', ], 'domelement' => [ - 'childelementcount' => 'int', + 'childElementCount' => 'int', 'firstElementChild' => 'DOMElement|null', 'lastElementChild' => 'DOMElement|null', 'nextElementSibling' => 'DOMElement|null', @@ -163,7 +163,7 @@ return [ ], 'domnode' => [ 'attributes' => 'DOMNamedNodeMap|null', - 'baseuri' => 'string|null', + 'baseURI' => 'string|null', 'childNodes' => 'DOMNodeList', 'firstChild' => 'DOMNode|null', 'lastChild' => 'DOMNode|null',