Selaa lähdekoodia

removed unnecessary semicolon

Christian Raue 14 vuotta sitten
vanhempi
commit
0306be6888
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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])) {
         if (isset($this->routes[$name])) {
             return $this->routes[$name];
             return $this->routes[$name];
-        };
+        }
     }
     }
 
 
     /**
     /**