mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Update Twig to v2.15.4
This commit is contained in:
@@ -4,7 +4,10 @@ use Twig\Lexer;
|
||||
|
||||
class_exists('Twig\Lexer');
|
||||
|
||||
if (\false) {
|
||||
@trigger_error('Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.', \E_USER_DEPRECATED);
|
||||
|
||||
if (false) {
|
||||
/** @deprecated since Twig 2.7, use "Twig\Lexer" instead */
|
||||
class Twig_Lexer extends Lexer
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user