| Conditions | 3 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | public function process(ContainerBuilder $container) |
||
| 15 | { |
||
| 16 | if ($container->has('liip_monitor.health_controller') && !$container->has('assets.packages')) { |
||
| 17 | throw new LogicException('Controller support cannot be enabled unless the frameworkbundle "assets" support is also enabled.'); |
||
| 18 | } |
||
| 19 | } |
||
| 20 | } |
||
| 21 |