SensioLabs\Deptrac\Command\AnalyzeCommand::printCollectViolations PHP Method

printCollectViolations() protected method

protected printCollectViolations ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    protected function printCollectViolations(OutputInterface $output)
    {
        $output->writeln('<info>collecting violations.</info>');
    }