forked from leftypol/leftypol
Upgrade Twig library
This commit is contained in:
parent
22f3a95e0e
commit
0fe5528574
133 changed files with 5080 additions and 1386 deletions
|
@ -12,11 +12,13 @@
|
|||
/**
|
||||
* Base class for all token parsers.
|
||||
*
|
||||
* @package twig
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*/
|
||||
abstract class Twig_TokenParser implements Twig_TokenParserInterface
|
||||
{
|
||||
/**
|
||||
* @var Twig_Parser
|
||||
*/
|
||||
protected $parser;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue