[FrameworkBundle] Fixed indentation on router:debug command

This commit is contained in:
Francis Besset 2011-03-12 14:08:29 +01:00
parent 70867f06e9
commit 74bae0444f

View File

@ -85,7 +85,7 @@ EOF
$format = '%-'.$maxName.'s %-'.$maxMethod.'s %s';
// displays the generated routes
$format1 = '%-'.($maxName + 9).'s %-'.($maxMethod + 9).'s %s';
$format1 = '%-'.($maxName + 19).'s %-'.($maxMethod + 19).'s %s';
$output->writeln(sprintf($format1, '<comment>Name</comment>', '<comment>Method</comment>', '<comment>Pattern</comment>'));
foreach ($routes as $name => $route) {
$requirements = $route->getRequirements();