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

12 lines
212 B
PHP
Raw Normal View History

2020-08-07 23:42:38 +01:00
<?php
use Twig\RuntimeLoader\RuntimeLoaderInterface;
class_exists('Twig\RuntimeLoader\RuntimeLoaderInterface');
if (\false) {
class Twig_RuntimeLoaderInterface extends RuntimeLoaderInterface
{
}
}