From 9c1b2520d18cf7f812b4f9d9e3856d5c66b5ed72 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Sat, 17 Dec 2022 17:55:28 +0900 Subject: [PATCH] Fix DOMDocument's propertery name preserveWhiteSpace - #8915 --- dictionaries/PropertyMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/PropertyMap.php b/dictionaries/PropertyMap.php index d8396702429..3dd2f9f605b 100644 --- a/dictionaries/PropertyMap.php +++ b/dictionaries/PropertyMap.php @@ -113,7 +113,7 @@ 'formatOutput' => 'bool', 'implementation' => 'DOMImplementation', 'lastElementChild' => 'DOMElement|null', - 'preserveWhitespace' => 'bool', + 'preserveWhiteSpace' => 'bool', 'recover' => 'bool', 'resolveExternals' => 'bool', 'standalone' => 'bool',