SensioLabs\Deptrac\Command\AnalyzeCommand::printFormattingStart PHP Метод

printFormattingStart() защищенный Метод

protected printFormattingStart ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    protected function printFormattingStart(OutputInterface $output)
    {
        $output->writeln('<info>formatting dependencies.</info>');
    }