Skip to content

Commit

Permalink
minor #33857 [DI] Whitelist validator.auto_mapper in UnusedTagsPass (…
Browse files Browse the repository at this point in the history
…chalasr)

This PR was merged into the 4.3 branch.

Discussion
----------

[DI] Whitelist validator.auto_mapper in UnusedTagsPass

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

811758c [DI] Whitelist validator.auto_mapper in UnusedTagsPass
  • Loading branch information
yceruto committed Oct 4, 2019
2 parents c458e4b + 811758c commit ede6b49
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -62,6 +62,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 ede6b49

Please sign in to comment.