gmarche/vendor/twig/twig/lib/Twig/Compiler.php

15 lines
342 B
PHP

<?php
use Twig\Compiler;
class_exists('Twig\Compiler');
@trigger_error(sprintf('Using the "Twig_Compiler" class is deprecated since Twig version 2.7, use "Twig\Compiler" instead.'), E_USER_DEPRECATED);
if (\false) {
/** @deprecated since Twig 2.7, use "Twig\Compiler" instead */
class Twig_Compiler extends Compiler
{
}
}