Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Console/View/Components/Warn.php
Строк: 35
<?php

namespace IlluminateConsoleViewComponents;

use 
SymfonyComponentConsoleOutputOutputInterface;

class 
Warn extends Component
{
    
/**
     * Renders the component using the given arguments.
     *
     * @param  string  $string
     * @param  int  $verbosity
     * @return void
     */
    
public function render($string$verbosity OutputInterface::VERBOSITY_NORMAL)
    {
        
with(new Line($this->output))
            ->
render('warn'$string$verbosity);
    }
}
Онлайн: 0
Реклама