diff --git a/resources/core-scoper.inc.php b/resources/core-scoper.inc.php index 2ebb611..ab51919 100644 --- a/resources/core-scoper.inc.php +++ b/resources/core-scoper.inc.php @@ -152,6 +152,8 @@ static function (string $filePath, string $prefix, string $content) use ($isRena || preg_match('%symfony/string/AbstractUnicodeString\\.php$%', $filePath) || preg_match('%plugins/ImageGraph/StaticGraph\\.php$%', $filePath) || preg_match('%symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition\\.php$%', $filePath) + || preg_match('%symfony/yaml/Escaper\\.php$%', $filePath) + || preg_match('%symfony/yaml/Unescaper\\.php$%', $filePath) ) { $content = str_replace(html_entity_decode(' '), "\\xC2\\xA0", $content); }