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 edc59b2 commit e351f6dCopy full SHA for e351f6d
components/expression_language.rst
@@ -104,6 +104,8 @@ if the expression is not valid::
104
// displays the AST nodes of the expression which can be
105
// inspected and manipulated
106
107
+ $expressionLanguage->lint('1 + 2', []); // doesn't throw anything
108
+
109
$expressionLanguage->lint('1 + a', []);
110
// Throw SyntaxError Exception
111
// "Variable "a" is not valid around position 5 for expression `1 + a`."
0 commit comments