| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class ServiceProvider implements ServiceProviderInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Registers services on the given container. |
||
| 26 | * |
||
| 27 | * This method should only be used to configure services and parameters. |
||
| 28 | * It should not get services. |
||
| 29 | * |
||
| 30 | * @param \Pimple\Container $pimple A container instance |
||
| 31 | */ |
||
| 32 | public function register(Container $app) |
||
| 39 |