| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class MappingsProvider 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) |
|
| 30 |