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:
parent
5935012642
commit
9c1b2520d1
@ -113,7 +113,7 @@ return [
|
||||
'formatOutput' => 'bool',
|
||||
'implementation' => 'DOMImplementation',
|
||||
'lastElementChild' => 'DOMElement|null',
|
||||
'preserveWhitespace' => 'bool',
|
||||
'preserveWhiteSpace' => 'bool',
|
||||
'recover' => 'bool',
|
||||
'resolveExternals' => 'bool',
|
||||
'standalone' => 'bool',
|
||||
|
Loading…
x
Reference in New Issue
Block a user