| Total Complexity | 1 | 
| Total Lines | 13 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 17 | class ServiceProvider implements ServiceProviderInterface  | 
            ||
| 18 | { | 
            ||
| 19 | /**  | 
            ||
| 20 | * Registers services on the given container.  | 
            ||
| 21 | * This method should only be used to configure services and parameters.  | 
            ||
| 22 | * It should not get services.  | 
            ||
| 23 | *  | 
            ||
| 24 | * @param \Pimple\Container $pimple A container instance  | 
            ||
| 25 | */  | 
            ||
| 26 | public function register(Container $pimple)  | 
            ||
| 33 |