Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
15 | class ZapheusProvider implements ProviderInterface |
||
16 | { |
||
17 | /** |
||
18 | * Registers the bindings in the container. |
||
19 | * |
||
20 | * @param \Zapheus\Container\WritableInterface $container |
||
21 | * @return \Zapheus\Container\ContainerInterface |
||
22 | */ |
||
23 | 9 | public function register(WritableInterface $container) |
|
30 | } |
||
31 | |||
32 | /** |
||
33 | * Merges two or more Routing\RouterInterface instances. |
||
34 | * |
||
35 | * @param \Zapheus\Container\WritableInterface $container |
||
36 | * @param \Zapheus\Routing\RouterInterface $router |
||
37 | * @return \Zapheus\Container\WritableInterface |
||
38 | */ |
||
39 | 9 | public static function merge(WritableInterface $container, RouterInterface $router) |
|
48 |