@@ -47,8 +47,7 @@ |
||
47 | 47 | |
48 | 48 | namespace Platine\Route; |
49 | 49 | |
50 | -interface ParameterInterface |
|
51 | -{ |
|
50 | +interface ParameterInterface { |
|
52 | 51 | |
53 | 52 | /** |
54 | 53 | * Return the name of the parameter |
@@ -50,8 +50,7 @@ |
||
50 | 50 | use Platine\Route\Exception\RouteAlreadyExistsException; |
51 | 51 | use Platine\Route\Exception\RouteNotFoundException; |
52 | 52 | |
53 | -interface RouteCollectionInterface |
|
54 | -{ |
|
53 | +interface RouteCollectionInterface { |
|
55 | 54 | |
56 | 55 | /** |
57 | 56 | * Add new route |