| Conditions | 3 |
| Paths | 4 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 50 | public function process(ContainerBuilder $container) |
||
| 51 | { |
||
| 52 | if ($container->has('knp_snappy.pdf')) { |
||
| 53 | $container->findDefinition('knp_snappy.pdf')->setPublic(true); |
||
| 54 | } |
||
| 55 | if ($container->has('knp_snappy.image')) { |
||
| 56 | $container->findDefinition('knp_snappy.image')->setPublic(true); |
||
| 57 | } |
||
| 58 | } |
||
| 59 | } |
||
| 60 |