8000 merged branch Tobion/patch-5 (PR #6061) · symfony/symfony@4860e75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4860e75

Browse files
committed
merged branch Tobion/patch-5 (PR #6061)
This PR was merged into the master branch. Commits ------- 1b41ed0 removed unused variable Discussion ---------- removed unused variable
2 parents b358748 + 1b41ed0 commit 4860e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public function getPrefix()
275275
*/
276276
public function setHostnamePattern($pattern)
277277
{
278-
foreach ($this->routes as $name => $route) {
278+
foreach ($this->routes as $route) {
279279
$route->setHostnamePattern($pattern);
280280
}
281281
}

0 commit comments

Comments
 (0)
0