We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9af37 commit c70ea7fCopy full SHA for c70ea7f
components/expression_language/extending.rst
@@ -92,12 +92,12 @@ register.
92
93
.. tip::
94
95
- You can create an expression expression from a PHP function with the
+ You can create an expression function from a PHP function with the
96
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionFunction::fromPhp` static method::
97
98
ExpressionFunction::fromPhp('strtoupper');
99
100
- It allows namespaced PHP function where second parameter must be set to name expression::
+ It allows namespaced PHP function where second parameter must be defined to name expression::
101
102
ExpressionFunction::fromPhp('My\strtoupper', 'my_strtoupper');
103
0 commit comments