Skip to content

Commit

Permalink
merged branch Tobion/patch-5 (PR symfony#6061)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Commits
-------

1b41ed0 removed unused variable

Discussion
----------

removed unused variable
  • Loading branch information
fabpot committed Nov 19, 2012
2 parents b358748 + 1b41ed0 commit 4860e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Routing/RouteCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public function getPrefix()
*/
public function setHostnamePattern($pattern)
{
foreach ($this->routes as $name => $route) {
foreach ($this->routes as $route) {
$route->setHostnamePattern($pattern);
}
}
Expand Down

0 comments on commit 4860e75

Please sign in to comment.