Skip to content

Commit 5af93ca

Browse files
committed
N°8637 - Alerts from dependabot, vulnerable libraries
- remove deprecated call to getExpressionParser
1 parent 3fa500c commit 5af93ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Application/TwigBase/UI/UIBlockParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function parse(Token $sToken)
5555

5656
$sType = $oStream->expect(Token::NAME_TYPE)->getValue();
5757

58-
$oParams = $this->parser->getExpressionParser()->parseExpression();
58+
$oParams = $this->parser->parseExpression();
5959

6060
$oStream->expect(Token::BLOCK_END_TYPE);
6161

0 commit comments

Comments
 (0)