diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php index a16a392054a69..bf969647b551f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php @@ -130,7 +130,7 @@ protected function outputRoute(OutputInterface $output, $name) $output->writeln(sprintf('Name %s', $name)); $output->writeln(sprintf('Pattern %s', $route->getPath())); - $output->writeln(sprintf('Host %s', $host)); + $output->writeln(sprintf('Host %s', $host)); $output->writeln(sprintf('Class %s', get_class($route))); $defaults = '';