From 0306be6888485857f5366fbbcb31b1b7b924297b Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Mon, 23 May 2011 14:39:25 -0700 Subject: [PATCH] removed unnecessary semicolon --- src/Symfony/Component/Routing/RouteCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; - }; + } } /**