Skip to content

Commit edc59b2

Browse files
authored
Merge branch '7.1' into patch-1
2 parents 586d578 + 0227399 commit edc59b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/expression_language.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ The :method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::parse`
9393
method returns a :class:`Symfony\\Component\\ExpressionLanguage\\ParsedExpression`
9494
instance that can be used to inspect and manipulate the expression. The
9595
: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::
9798

9899
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
99100

frontend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Supports TypeScript :ref:`yes <asset-mapper-ts>` yes
3737
Removes comments from JavaScript no :ref:`[2] <ux-note-2>` yes
3838
Removes comments from CSS no :ref:`[2] <ux-note-2>` no
3939
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>`
4141
================================ ================================== ==========
4242

4343
.. _ux-note-1:

0 commit comments

Comments
 (0)