| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class ExampleProvider 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 | public function register(WritableInterface $container) |
||
| 36 |