File "GlobalsInterface.php"

Full Path: /home/cananyalcin/public_html/core/lib/twig/twig/src/Extension/GlobalsInterface.php
File size: 186 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Twig\Extension;

class_exists('Twig_Extension_GlobalsInterface');

if (\false) {
    interface GlobalsInterface extends \Twig_Extension_ExtensionInterface
    {
    }
}