gnu-social/vendor/twig/twig/lib/Twig/Compiler.php

12 lines
128 B
PHP

<?php
use Twig\Compiler;
class_exists('Twig\Compiler');
if (\false) {
class Twig_Compiler extends Compiler
{
}
}