Skip to content

Commit 2d9e3f4

Browse files
authored
Merge pull request #8918 from sasezaki/preserveWhiteSpace
Fix DOMDocument's propertery name preserveWhiteSpace
2 parents 5935012 + 9c1b252 commit 2d9e3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dictionaries/PropertyMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
'formatOutput' => 'bool',
114114
'implementation' => 'DOMImplementation',
115115
'lastElementChild' => 'DOMElement|null',
116-
'preserveWhitespace' => 'bool',
116+
'preserveWhiteSpace' => 'bool',
117117
'recover' => 'bool',
118118
'resolveExternals' => 'bool',
119119
'standalone' => 'bool',

0 commit comments

Comments
 (0)