mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-24 08:10:13 +02:00
[ticket/16382] Update Twig_TokenParser
PHPBB3-16382
This commit is contained in:
parent
b795b8a040
commit
884f48faf6
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class defineparser extends \Twig_TokenParser
|
class defineparser extends \Twig\TokenParser\AbstractTokenParser
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Parses a token and returns a node.
|
* Parses a token and returns a node.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class event extends \Twig_TokenParser
|
class event extends \Twig\TokenParser\AbstractTokenParser
|
||||||
{
|
{
|
||||||
/** @var \phpbb\template\twig\environment */
|
/** @var \phpbb\template\twig\environment */
|
||||||
protected $environment;
|
protected $environment;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class includecss extends \Twig_TokenParser
|
class includecss extends \Twig\TokenParser\AbstractTokenParser
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Parses a token and returns a node.
|
* Parses a token and returns a node.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class includejs extends \Twig_TokenParser
|
class includejs extends \Twig\TokenParser\AbstractTokenParser
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Parses a token and returns a node.
|
* Parses a token and returns a node.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class includeparser extends \Twig_TokenParser_Include
|
class includeparser extends \Twig\TokenParser\IncludeTokenParser
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Parses a token and returns a node.
|
* Parses a token and returns a node.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class includephp extends \Twig_TokenParser
|
class includephp extends \Twig\TokenParser\AbstractTokenParser
|
||||||
{
|
{
|
||||||
/** @var \phpbb\template\twig\environment */
|
/** @var \phpbb\template\twig\environment */
|
||||||
protected $environment;
|
protected $environment;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
namespace phpbb\template\twig\tokenparser;
|
namespace phpbb\template\twig\tokenparser;
|
||||||
|
|
||||||
class php extends \Twig_TokenParser
|
class php extends \Twig\TokenParser\AbstractTokenParser
|
||||||
{
|
{
|
||||||
/** @var \phpbb\template\twig\environment */
|
/** @var \phpbb\template\twig\environment */
|
||||||
protected $environment;
|
protected $environment;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user