1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

capitalize properties

This commit is contained in:
orklah 2022-12-04 17:18:24 +01:00
parent 929723a133
commit 5c46c45057

View File

@ -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<DOMNode>',
'firstChild' => 'DOMNode|null',
'lastChild' => 'DOMNode|null',