Tweaked output of 'build-model' command

This commit is contained in:
William DURAND 2011-09-23 14:34:07 +02:00
parent 145d4fa9ca
commit 5573f9d451

View file

@ -55,7 +55,7 @@ EOT
if (true === $this->callPhing('om')) {
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
$output->writeln(sprintf(
'>> <info>%s</info> Generated model classes from <comment>%s</comment>',
'>> <info>%20s</info> Generated model classes from <comment>%s</comment>',
$schemaDetails['bundle'],
$schemaDetails['basename']
));