We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2a697 commit 0860ccaCopy full SHA for 0860cca
components/expression_language.rst
@@ -93,7 +93,8 @@ The :method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::parse`
93
method returns a :class:`Symfony\\Component\\ExpressionLanguage\\ParsedExpression`
94
instance that can be used to inspect and manipulate the expression. The
95
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::lint`, on the
96
-other hand, throws a :class:`Symfony\\Component\\ExpressionLanguage\\SyntaxError` if the expression is not valid::
+other hand, throws a :class:`Symfony\\Component\\ExpressionLanguage\\SyntaxError`
97
+if the expression is not valid::
98
99
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
100
0 commit comments