mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
12 lines
184 B
PHP
12 lines
184 B
PHP
<?php
|
|
|
|
namespace Twig\Extension;
|
|
|
|
class_exists('Twig_Extension_GlobalsInterface');
|
|
|
|
if (\false) {
|
|
interface GlobalsInterface extends \Twig_Extension_GlobalsInterface
|
|
{
|
|
}
|
|
}
|