Skip to content

Commit 6371b34

Browse files
authored
fix extractor parameters (#438)
* fix extractor parameters * fix extractor parameters
1 parent ccdf1e2 commit 6371b34

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Resources/config/extractors.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
services:
2-
_defaults:
3-
bind:
4-
$metadataFactory: '@validator'
5-
62
_instanceof:
73
PhpParser\NodeVisitor:
84
tags:
@@ -74,3 +70,6 @@ services:
7470
php_translation.extractor.twig.factory.twig:
7571
alias: Translation\Extractor\Visitor\Twig\TwigVisitor
7672
deprecated: 'The "%service_id%" service is deprecated. You should use "%alias_id%" instead, as it will be removed in the future.'
73+
74+
Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation:
75+
arguments: ['@validator']

0 commit comments

Comments
 (0)