Вход Регистрация
Файл: upload/core/vendor/twig/twig/src/Node/Expression/VariadicExpression.php
Строк: 15
<?php

/*
 * This file is part of Twig.
 *
 * (c) Fabien Potencier
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace TwigNodeExpression;

use 
TwigCompiler;

class 
VariadicExpression extends ArrayExpression
{
    public function 
compile(Compiler $compiler): void
    
{
        
$compiler->raw('...');

        
parent::compile($compiler);
    }
}
Онлайн: 0
Реклама