Liuggio\Fastest\Command\ParallelCommand::hasErrorSummary PHP Méthode

hasErrorSummary() private méthode

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