Liuggio\Fastest\Command\ParallelCommand::hasErrorSummary PHP Метод

hasErrorSummary() приватный Метод

private hasErrorSummary ( Symfony\Component\Console\Input\InputInterface $input ) : boolean
$input Symfony\Component\Console\Input\InputInterface
Результат boolean Whether user wanted to see error summary
    private function hasErrorSummary(InputInterface $input)
    {
        return !$input->getOption('no-errors-summary');
    }