1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix DOMDocument's propertery name preserveWhiteSpace - #8915

This commit is contained in:
sasezaki 2022-12-17 17:55:28 +09:00
parent 5935012642
commit 9c1b2520d1

View File

@ -113,7 +113,7 @@ return [
'formatOutput' => 'bool',
'implementation' => 'DOMImplementation',
'lastElementChild' => 'DOMElement|null',
'preserveWhitespace' => 'bool',
'preserveWhiteSpace' => 'bool',
'recover' => 'bool',
'resolveExternals' => 'bool',
'standalone' => 'bool',