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