8000 removed unused variable · rvdbogerd/symfony@1b41ed0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b41ed0

Browse files
committed
removed unused variable
1 parent 7e88ecc commit 1b41ed0

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