myaac/system/libs/Twig/Twig/Compiler.php
2023-02-02 10:37:45 +01:00

15 lines
333 B
PHP

<?php
use Twig\Compiler;
class_exists('Twig\Compiler');
@trigger_error('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
{
}
}