Explorar o código

Merge remote branch 'craue/patch-1'

* craue/patch-1:
  removed unnecessary semicolon
Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
0dab2de6da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/Routing/RouteCollection.php

+ 1 - 1
src/Symfony/Component/Routing/RouteCollection.php

@@ -97,7 +97,7 @@ class RouteCollection implements \IteratorAggregate
 
         if (isset($this->routes[$name])) {
             return $this->routes[$name];
-        };
+        }
     }
 
     /**