File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ The :method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::parse`
93
93
method returns a :class: `Symfony\\ Component\\ ExpressionLanguage\\ ParsedExpression `
94
94
instance that can be used to inspect and manipulate the expression. The
95
95
:method: `Symfony\\ Component\\ ExpressionLanguage\\ ExpressionLanguage::lint `, on the
96
- other hand, returns a boolean indicating if the expression is valid or not::
96
+ other hand, throws a :class: `Symfony\\ Component\\ ExpressionLanguage\\ SyntaxError `
97
+ if the expression is not valid::
97
98
98
99
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
99
100
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Supports TypeScript :ref:`yes <asset-mapper-ts>` yes
37
37
Removes comments from JavaScript no :ref: `[2] <ux-note-2 >` yes
38
38
Removes comments from CSS no :ref: `[2] <ux-note-2 >` no
39
39
Versioned assets always optional
40
- Can update 3rd party packages yes no :ref: `[3] <ux-note-2 >`
40
+ Can update 3rd party packages yes no :ref: `[3] <ux-note-3 >`
41
41
================================ ================================== ==========
42
42
43
43
.. _ux-note-1 :
You can’t perform that action at this time.
0 commit comments