Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  [DI] Fix CheckTypeDeclarationPass
  [Security/Http] don't require the session to be started when tracking its id
  [DI] fix preloading script generation
  • Loading branch information
nicolas-grekas committed Mar 18, 2020
2 parents 05a94dd + 6617bb1 commit 9185568
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formatter/MessageFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a.aitboudad@gmail.com>
*/
Expand Down

0 comments on commit 9185568

Please sign in to comment.