gnu-social/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php

12 lines
212 B
PHP

<?php
use Twig\RuntimeLoader\RuntimeLoaderInterface;
class_exists('Twig\RuntimeLoader\RuntimeLoaderInterface');
if (\false) {
class Twig_RuntimeLoaderInterface extends RuntimeLoaderInterface
{
}
}