@@ -47,22 +47,21 @@ public class StringLiteralLanguageInjector implements MultiHostInjector {
47
47
.matchingFunctionCallArgument ("\\ Symfony\\ Component\\ DependencyInjection\\ Loader\\ Configurator\\ expr" , "expression" , 0 )
48
48
.matchingMethodCallArgument ("\\ Symfony\\ Component\\ ExpressionLanguage\\ ExpressionLanguage" , "evaluate" , "expression" , 0 )
49
49
.matchingMethodCallArgument ("\\ Symfony\\ Component\\ ExpressionLanguage\\ ExpressionLanguage" , "compile" , "expression" , 0 )
50
+ .matchingMethodCallArgument ("\\ Symfony\\ Component\\ ExpressionLanguage\\ ExpressionLanguage" , "parse" , "expression" , 0 )
50
51
.matchingMethodCallArgument ("\\ Symfony\\ Component\\ Routing\\ Loader\\ Configurator\\ Traits\\ RouteTrait" , "condition" , "condition" , 0 )
51
52
.matchingAttributeArgument ("\\ Symfony\\ Component\\ Validator\\ Constraints\\ Expression" , "expression" , 0 )
52
53
.matchingAttributeArgument ("\\ Symfony\\ Component\\ Routing\\ Annotation\\ Route" , "condition" , 9 )
53
54
.matchingAttributeArgument ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Cache" , "lastModified" , 7 )
54
55
.matchingAttributeArgument ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Cache" , "etag" , 8 )
55
56
.matchingAttributeArgument ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Security" , "data" , 0 )
56
57
.matchingAttributeArgument ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Entity" , "expr" , 1 )
57
- .matchingAttributeArgument ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ ParamConverter" , "expr" , 1 )
58
- .matchingAttributeArgument ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Route" , "condition" , 9 )
59
58
.matchingAnnotationProperty ("\\ Symfony\\ Component\\ Validator\\ Constraints\\ Expression" , "expression" , true )
60
59
.matchingAnnotationProperty ("\\ Symfony\\ Component\\ Routing\\ Annotation\\ Route" , "condition" , false )
60
+ .matchingAnnotationProperty ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Route" , "condition" , false )
61
61
.matchingAnnotationProperty ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Security" , "expression" , true )
62
62
.matchingAnnotationProperty ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Cache" , "lastModified" , false )
63
63
.matchingAnnotationProperty ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Cache" , "Etag" , false )
64
64
.matchingAnnotationProperty ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ Entity" , "expr" , false )
65
- .matchingAnnotationProperty ("\\ Sensio\\ Bundle\\ FrameworkExtraBundle\\ Configuration\\ ParamConverter" , "expr" , false )
66
65
.build ()
67
66
};
68
67
0 commit comments