mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16382] Update Twig_Node
PHPBB3-16382
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
|
||||
namespace phpbb\template\twig\node;
|
||||
|
||||
class definenode extends \Twig_Node
|
||||
class definenode extends \Twig\Node\Node
|
||||
{
|
||||
public function __construct($capture, \Twig_Node $name, \Twig_Node $value, $lineno, $tag = null)
|
||||
public function __construct($capture, \Twig\Node\Node $name, \Twig\Node\Node $value, $lineno, $tag = null)
|
||||
{
|
||||
parent::__construct(array('name' => $name, 'value' => $value), array('capture' => $capture, 'safe' => false), $lineno, $tag);
|
||||
}
|
||||
|
Reference in New Issue
Block a user