mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/16382] Update Twig_Node_Expression
PHPBB3-16382
This commit is contained in:
@@ -15,7 +15,7 @@ namespace phpbb\template\twig\node;
|
||||
|
||||
abstract class includeasset extends \Twig_Node
|
||||
{
|
||||
public function __construct(\Twig_Node_Expression $expr, $lineno, $tag = null)
|
||||
public function __construct(\Twig\Node\Expression\AbstractExpression $expr, $lineno, $tag = null)
|
||||
{
|
||||
parent::__construct(array('expr' => $expr), array(), $lineno, $tag);
|
||||
}
|
||||
|
Reference in New Issue
Block a user