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

Skip to content

Commit 98752f6

Browse files
committed
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
2 parents 1758277 + 507ceac commit 98752f6

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)