File "Macro.php"
Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Macro.php
File size: 448 B
MIME-type:
Charset: utf-8
<?php
use Twig\TokenParser\MacroTokenParser;
class_exists('Twig\TokenParser\MacroTokenParser');
@trigger_error(sprintf('Using the "Twig_TokenParser_Macro" class is deprecated since Twig version 2.7, use "Twig\TokenParser\MacroTokenParser" instead.'), E_USER_DEPRECATED);
if (\false) {
/** @deprecated since Twig 2.7, use "Twig\TokenParser\MacroTokenParser" instead */
class Twig_TokenParser_Macro extends MacroTokenParser
{
}
}