sfc-8.x-1.3/src/LoaderInterfaceShim.php
src/LoaderInterfaceShim.php
<?php
namespace Twig\Loader;
if (!interface_exists('\Twig\Loader\ExistsLoaderInterface')) {
interface ExistsLoaderInterface {}
}
if (!interface_exists('\Twig\Loader\SourceContextLoaderInterface')) {
interface SourceContextLoaderInterface {}
}
