diff --git a/src/Symfony/Component/Routing/RouteCollection.php b/src/Symfony/Component/Routing/RouteCollection.php index 3b5198ec1a..fb1327f73a 100644 --- a/src/Symfony/Component/Routing/RouteCollection.php +++ b/src/Symfony/Component/Routing/RouteCollection.php @@ -97,7 +97,7 @@ class RouteCollection implements \IteratorAggregate if (isset($this->routes[$name])) { return $this->routes[$name]; - }; + } } /**