File "SandboxNodeVisitor.php"

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

<?php

namespace Twig\NodeVisitor;

class_exists('Twig_NodeVisitor_Sandbox');

if (\false) {
    class SandboxNodeVisitor extends \Twig_NodeVisitor_Sandbox
    {
    }
}