Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand::writeStatusInfosLineAligned PHP Method

writeStatusInfosLineAligned() private method

private writeStatusInfosLineAligned ( Symfony\Component\Console\Output\OutputInterface $output, $title, $value )
$output Symfony\Component\Console\Output\OutputInterface
    private function writeStatusInfosLineAligned(OutputInterface $output, $title, $value)
    {
        $output->writeln('    <comment>>></comment> ' . $title . ': ' . str_repeat(' ', 50 - strlen($title)) . $value);
    }