Ver código fonte

removed unnecessary semicolon

Christian Raue 14 anos atrás
pai
commit
0306be6888
1 arquivos alterados com 1 adições e 1 exclusões
  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];
-        };
+        }
     }
 
     /**