File "IfNode.php"

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

<?php

namespace Twig\Node;

class_exists('Twig_Node_If');

if (\false) {
    class IfNode extends \Twig_Node_If
    {
    }
}