File "AbstractNodeVisitor.php"

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

<?php

namespace Twig\NodeVisitor;

class_exists('Twig_BaseNodeVisitor');

if (\false) {
    class AbstractNodeVisitor extends \Twig_BaseNodeVisitor
    {
    }
}