@@ -52,8 +52,7 @@ |
||
| 52 | 52 | use Platine\Container\Exception\ContainerException; |
| 53 | 53 | use Platine\Container\Exception\NotFoundException; |
| 54 | 54 | |
| 55 | -interface ContainerInterface |
|
| 56 | -{ |
|
| 55 | +interface ContainerInterface { |
|
| 57 | 56 | /** |
| 58 | 57 | * Finds an entry of the container by its identifier and returns it. |
| 59 | 58 | * |
@@ -49,8 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | use Platine\Container\ContainerInterface; |
| 51 | 51 | |
| 52 | -interface ParameterInterface |
|
| 53 | -{ |
|
| 52 | +interface ParameterInterface { |
|
| 54 | 53 | /** |
| 55 | 54 | * Return the name of the parameter |
| 56 | 55 | * |