12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
|
|
use Twig\Loader\LoaderInterface;
|
|
|
|
class_exists('Twig\Loader\LoaderInterface');
|
|
|
|
if (\false) {
|
|
class Twig_LoaderInterface extends LoaderInterface
|
|
{
|
|
}
|
|
}
|