Files
Twig/src/Loader/LoaderInterface.php
T
2017-05-31 14:35:57 +02:00

12 lines
175 B
PHP

<?php
namespace Twig\Loader;
require __DIR__.'/../../lib/Twig/LoaderInterface.php';
if (\false) {
interface LoaderInterface extends \Twig_LoaderInterface
{
}
}