Liuggio\Fastest\Command\ParallelCommand::hasErrorSummary PHP Method

hasErrorSummary() private method

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