Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | class DispatcherProvider implements ProviderInterface |
||
17 | { |
||
18 | const DISPATCHER = 'Zapheus\Routing\DispatcherInterface'; |
||
19 | |||
20 | /** |
||
21 | * Registers the bindings in the container. |
||
22 | * |
||
23 | * @param \Zapheus\Container\WritableInterface $container |
||
24 | * @return \Zapheus\Container\ContainerInterface |
||
25 | */ |
||
26 | 9 | public function register(WritableInterface $container) |
|
39 |