File "IfTokenParser.php"

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

<?php

namespace Twig\TokenParser;

class_exists('Twig_TokenParser_If');

if (\false) {
    class IfTokenParser extends \Twig_TokenParser_If
    {
    }
}