We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70ea7f commit 6c9e09dCopy full SHA for 6c9e09d
components/expression_language/extending.rst
@@ -97,7 +97,7 @@ register.
97
98
ExpressionFunction::fromPhp('strtoupper');
99
100
- It allows namespaced PHP function where second parameter must be defined to name expression::
+ It allows namespaced PHP function where the second parameter must be defined to name expression::
101
102
ExpressionFunction::fromPhp('My\strtoupper', 'my_strtoupper');
103
0 commit comments