Conditions | 3 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 3 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | 1 | public function process(ContainerBuilder $container) |
|
14 | { |
||
15 | 1 | if (!in_array('twig', $container->getParameter('templating.engines')) && |
|
16 | 1 | $container->hasDefinition('front_render_bundle.render_subscriber')) { |
|
17 | 1 | $container->removeDefinition('front_render_bundle.render_subscriber'); |
|
18 | 1 | } |
|
19 | 1 | } |
|
20 | } |
||
21 |