Skip to content

Commit

Permalink
Merge pull request #8918 from sasezaki/preserveWhiteSpace
Browse files Browse the repository at this point in the history
Fix DOMDocument's propertery name preserveWhiteSpace
  • Loading branch information
orklah committed Dec 17, 2022
2 parents 5935012 + 9c1b252 commit 2d9e3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/PropertyMap.php
Expand Up @@ -113,7 +113,7 @@
'formatOutput' => 'bool',
'implementation' => 'DOMImplementation',
'lastElementChild' => 'DOMElement|null',
'preserveWhitespace' => 'bool',
'preserveWhiteSpace' => 'bool',
'recover' => 'bool',
'resolveExternals' => 'bool',
'standalone' => 'bool',
Expand Down

0 comments on commit 2d9e3f4

Please sign in to comment.