mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-28 19:17:37 +00:00
12 lines
172 B
PHP
12 lines
172 B
PHP
<?php
|
|
|
|
namespace Twig\TokenParser;
|
|
|
|
require __DIR__.'/../../lib/Twig/TokenParser.php';
|
|
|
|
if (\false) {
|
|
class AbstractTokenParser extends \Twig_TokenParser
|
|
{
|
|
}
|
|
}
|