Skip to content

Commit

Permalink
capitalize properties
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Dec 4, 2022
1 parent 929723a commit 5c46c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dictionaries/PropertyMap.php
Expand Up @@ -121,7 +121,7 @@
'substituteEntities' => 'bool',
'validateOnParse' => 'bool',
'version' => 'string|null',
'xmlencoding' => 'string|null',
'xmlEncoding' => 'string|null',
'xmlStandalone' => 'bool',
'xmlVersion' => 'string|null',
],
Expand All @@ -139,7 +139,7 @@
'systemid' => 'string',
],
'domelement' => [
'childelementcount' => 'int',
'childElementCount' => 'int',
'firstElementChild' => 'DOMElement|null',
'lastElementChild' => 'DOMElement|null',
'nextElementSibling' => 'DOMElement|null',
Expand All @@ -163,7 +163,7 @@
],
'domnode' => [
'attributes' => 'DOMNamedNodeMap|null',
'baseuri' => 'string|null',
'baseURI' => 'string|null',
'childNodes' => 'DOMNodeList<DOMNode>',
'firstChild' => 'DOMNode|null',
'lastChild' => 'DOMNode|null',
Expand Down

0 comments on commit 5c46c45

Please sign in to comment.