| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 6 |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | public function process(ContainerBuilder $container) |
||
| 15 | { |
||
| 16 | $clientDefinition = $container->getDefinition('vmpro_api.client'); |
||
| 17 | |||
| 18 | if ($container->getParameter('vm_pro_api_enable_stopwatch')) { |
||
| 19 | $clientDefinition->setArgument(5, new Reference('vmpro_api.stopwatch')); |
||
| 20 | } |
||
| 21 | } |
||
| 22 | } |
||
| 23 |