mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-02 04:09:21 +02:00

This fixes some errors on PHP 7.4 and contains even more fixes Also bumped PHP version to 5.5 as Twig requires it.
12 lines
200 B
PHP
12 lines
200 B
PHP
<?php
|
|
|
|
use Twig\TokenParser\TokenParserInterface;
|
|
|
|
class_exists('Twig\TokenParser\TokenParserInterface');
|
|
|
|
if (\false) {
|
|
class Twig_TokenParserInterface extends TokenParserInterface
|
|
{
|
|
}
|
|
}
|