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