mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-02 20:29:20 +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
194 B
PHP
12 lines
194 B
PHP
<?php
|
|
|
|
use Twig\Loader\ExistsLoaderInterface;
|
|
|
|
class_exists('Twig\Loader\ExistsLoaderInterface');
|
|
|
|
if (\false) {
|
|
class Twig_ExistsLoaderInterface extends ExistsLoaderInterface
|
|
{
|
|
}
|
|
}
|