File "TokenParserInterface.php"

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

<?php

namespace Twig\TokenParser;

class_exists('Twig_TokenParserInterface');

if (\false) {
    interface TokenParserInterface extends \Twig_TokenParserInterface
    {
    }
}