mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
|
|
namespace Twig\TokenParser;
|
|
|
|
class_exists('Twig_TokenParser_Extends');
|
|
|
|
if (\false) {
|
|
class ExtendsTokenParser extends \Twig_TokenParser_Extends
|
|
{
|
|
}
|
|
}
|