Current File : //var/www/vinorea/modules/autoupgrade/vendor/twig/twig/lib/Twig/Node/With.php
<?php

use Twig\Node\WithNode;

class_exists('Twig\Node\WithNode');

@trigger_error('Using the "Twig_Node_With" class is deprecated since Twig version 2.7, use "Twig\Node\WithNode" instead.', \E_USER_DEPRECATED);

if (false) {
    /** @deprecated since Twig 2.7, use "Twig\Node\WithNode" instead */
    class Twig_Node_With extends WithNode
    {
    }
}