mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16382] Update Twig_Environment
PHPBB3-16382
This commit is contained in:
@@ -21,7 +21,7 @@ class event extends \Twig\Node\Node
|
||||
*/
|
||||
protected $listener_directory = 'event/';
|
||||
|
||||
/** @var \Twig_Environment */
|
||||
/** @var \Twig\Environment */
|
||||
protected $environment;
|
||||
|
||||
public function __construct(\Twig\Node\Expression\AbstractExpression $expr, \phpbb\template\twig\environment $environment, $lineno, $tag = null)
|
||||
|
@@ -16,7 +16,7 @@ namespace phpbb\template\twig\node;
|
||||
|
||||
class includephp extends \Twig\Node\Node
|
||||
{
|
||||
/** @var \Twig_Environment */
|
||||
/** @var \Twig\Environment */
|
||||
protected $environment;
|
||||
|
||||
public function __construct(\Twig\Node\Expression\AbstractExpression $expr, \phpbb\template\twig\environment $environment, $lineno, $ignoreMissing = false, $tag = null)
|
||||
|
@@ -15,7 +15,7 @@ namespace phpbb\template\twig\node;
|
||||
|
||||
class php extends \Twig\Node\Node
|
||||
{
|
||||
/** @var \Twig_Environment */
|
||||
/** @var \Twig\Environment */
|
||||
protected $environment;
|
||||
|
||||
public function __construct(\Twig\Node\TextNode $text, \phpbb\template\twig\environment $environment, $lineno, $tag = null)
|
||||
|
Reference in New Issue
Block a user