merged branch inmarelibero/patch-1 (PR #6945)

This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #6945).

Commits
-------

a2a2f54 fixed wrong indentation

Discussion
----------

fixed wrong indentation
This commit is contained in:
Fabien Potencier 2013-02-01 23:03:50 +01:00
commit 98752f6c36
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ EOF
$output->writeln(sprintf('<comment>Name</comment> %s', $name));
$output->writeln(sprintf('<comment>Pattern</comment> %s', $route->getPath()));
$output->writeln(sprintf('<comment>Host</comment> %s', $host));
$output->writeln(sprintf('<comment>Host</comment> %s', $host));
$output->writeln(sprintf('<comment>Class</comment> %s', get_class($route)));
$defaults = '';