Skip to content

Commit

Permalink
Merge branch '4.3' into 4.4
Browse files Browse the repository at this point in the history
* 4.3:
  [Intl] Update the ICU data to 65.1 (4.3 branch)
  Replace deprecated calls in tests
  [Intl] Update the ICU data to 65.1
  Delete 5_Security_issue.md
  [DI] Whitelist validator.auto_mapper in UnusedTagsPass
  [HttpClient] Fixed #33832 NO_PROXY option ignored in NativeHttpClient::request() method
  [Cache] give 100ms before starting the expiration countdown
  [Cache] fix logger usage in CacheTrait::doGet()
  [VarDumper] fix dumping uninitialized SplFileInfo
  Added missing translations.
  Fixed invalid changelog 4.0.0 for VarDumper
  Fixed invalid VarDumper upgrade doc.
  [HttpFoundation] Check if data passed to SessionBagProxy::initialize is an array
  Don't let falsey usernames slip through
  • Loading branch information
nicolas-grekas committed Oct 4, 2019
2 parents 6ff67ff + fca7654 commit 57aa8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Compiler/UnusedTagsPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class UnusedTagsPass implements CompilerPassInterface
'twig.loader',
'validator.constraint_validator',
'validator.initializer',
'validator.auto_mapper',
];

public function process(ContainerBuilder $container)
Expand Down

0 comments on commit 57aa8b4

Please sign in to comment.