diff --git a/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php b/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php index 3330e95fcf..e08f5973c6 100644 --- a/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php +++ b/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php @@ -49,6 +49,7 @@ class StubIntlDateFormatter $dateTime->setTimestamp($timestamp); $dateTime->setTimezone($this->dateTimeZone); + // not implemented: YuwWFgecSAZvVW $specialChars = 'MLydGQqhDEaHkKmsz'; $specialCharsArray = str_split($specialChars); $specialCharsMatch = implode('|', array_map(function($char) {