forked from GNUsocial/gnu-social
12 lines
212 B
PHP
12 lines
212 B
PHP
<?php
|
|
|
|
use Twig\RuntimeLoader\RuntimeLoaderInterface;
|
|
|
|
class_exists('Twig\RuntimeLoader\RuntimeLoaderInterface');
|
|
|
|
if (\false) {
|
|
class Twig_RuntimeLoaderInterface extends RuntimeLoaderInterface
|
|
{
|
|
}
|
|
}
|