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 9c33c95 commit 6518bc0Copy full SHA for 6518bc0
components/expression_language/extending.rst
@@ -27,7 +27,9 @@ This method has 3 arguments:
27
* **name** - The name of the function in an expression;
28
* **compiler** - A function executed when compiling an expression using the
29
function;
30
-* **evaluator** - A function executed when the expression is evaluated::
+* **evaluator** - A function executed when the expression is evaluated.
31
+
32
+Example::
33
34
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
35
0 commit comments