diff --git a/Formatter/MessageFormatter.php b/Formatter/MessageFormatter.php index c5fd2cea..04079648 100644 --- a/Formatter/MessageFormatter.php +++ b/Formatter/MessageFormatter.php @@ -14,6 +14,9 @@ use Symfony\Component\Translation\IdentityTranslator; use Symfony\Contracts\Translation\TranslatorInterface; +// Help opcache.preload discover always-needed symbols +class_exists(IntlFormatter::class); + /** * @author Abdellatif Ait boudad */