mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 21:07:18 +00:00
12 lines
117 B
PHP
12 lines
117 B
PHP
<?php
|
|
|
|
namespace Twig;
|
|
|
|
class_exists('Twig_Lexer');
|
|
|
|
if (\false) {
|
|
class Lexer extends \Twig_Lexer
|
|
{
|
|
}
|
|
}
|