Skip to content

Commit 478400a

Browse files
Minor reword
1 parent 059155f commit 478400a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/expression_language/extending.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ register.
9797

9898
ExpressionFunction::fromPhp('strtoupper');
9999

100-
It allows namespaced PHP function where the second parameter must be defined to name expression::
100+
Namespaced functions are supported, but they require a second argument to
101+
define the name of the expression::
101102

102103
ExpressionFunction::fromPhp('My\strtoupper', 'my_strtoupper');
103104

0 commit comments

Comments
 (0)