Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 507ceac

Browse files
inmareliberofabpot
authored andcommitted
fixed wrong indentation
1 parent 1758277 commit 507ceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function outputRoute(OutputInterface $output, $name)
130130

131131
$output->writeln(sprintf('<comment>Name</comment> %s', $name));
132132
$output->writeln(sprintf('<comment>Pattern</comment> %s', $route->getPath()));
133-
$output->writeln(sprintf('<comment>Host</comment> %s', $host));
133+
$output->writeln(sprintf('<comment>Host</comment> %s', $host));
134134
$output->writeln(sprintf('<comment>Class</comment> %s', get_class($route)));
135135

136136
$defaults = '';

0 commit comments

Comments
 (0)