| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | public function process(ContainerBuilder $container) |
||
| 21 | { |
||
| 22 | if ($container->getParameter('kernel.debug')) { |
||
| 23 | $container->getDefinition('twig.extension.profiler')->addTag('run_open_code.query_resources_loader.twig.extension'); |
||
| 24 | $container->getDefinition('twig.extension.debug')->addTag('run_open_code.query_resources_loader.twig.extension'); |
||
| 25 | } |
||
| 26 | } |
||
| 27 | } |
||
| 28 |