| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class ExampleProvider implements ProviderInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Registers the bindings in the container. |
||
| 18 | * |
||
| 19 | * @param \Zapheus\Container\WritableInterface $container |
||
| 20 | * @return \Zapheus\Container\ContainerInterface |
||
| 21 | */ |
||
| 22 | 9 | public function register(WritableInterface $container) |
|
| 37 |