Skip to content

Commit

Permalink
Fix DOMDocument's propertery name preserveWhiteSpace - vimeo#8915
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Dec 17, 2022
1 parent 5935012 commit 9c1b252
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 9c1b252

Please sign in to comment.