| Conditions | 2 |
| Paths | 2 |
| Total Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function process(ContainerBuilder $container) |
||
| 18 | 7 | { |
|
| 19 | 1 | if ($container->hasDefinition('jms_translation.extractor.file.twig_extractor')) { |
|
| 20 | 1 | $container->register('twital.translation.extractor.jms', TwitalExtractor::class) |
|
| 21 | 1 | ->setDecoratedService('jms_translation.extractor.file.twig_extractor', 'jms_translation.extractor.file.twig_extractor.inner') |
|
| 22 | 1 | ->setArguments(array( |
|
| 23 | 1 | new Reference('twig'), |
|
| 24 | 1 | new Reference('twital.loader'), |
|
| 25 | new Reference('jms_translation.extractor.file.twig_extractor.inner'), |
||
| 26 | )); |
||
| 27 | 7 | } |
|
| 28 | } |
||
| 29 | } |
||
| 31 |