We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5580e2 commit d0c9c10Copy full SHA for d0c9c10
Tests/Functional/App/config/argumentWrapper/config.yml
@@ -19,10 +19,12 @@ services:
19
factory: Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp
20
arguments:
21
- 'is_a'
22
- tags: ['overblog_graphql.expression_function']
+ tags:
23
+ - { name: overblog_graphql.expression_function }
24
expression_function_json_encode:
25
class: Symfony\Component\ExpressionLanguage\ExpressionFunction
26
27
28
- 'json_encode'
29
30
0 commit comments