mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-25 15:06:26 +00:00
12 lines
158 B
PHP
12 lines
158 B
PHP
<?php
|
|
|
|
namespace Twig\TokenParser;
|
|
|
|
class_exists('Twig_TokenParser_For');
|
|
|
|
if (\false) {
|
|
class ForTokenParser extends \Twig_TokenParser_For
|
|
{
|
|
}
|
|
}
|