Upgrade Twig library
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user