Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | 20 | protected function getPackagesService($container) |
|
13 | { |
||
14 | 20 | if (!$container->hasDefinition('templating.helper.assets')) { |
|
15 | 1 | throw new \LogicException("The 'assets' templating helper is not registered in the container"); |
|
16 | } |
||
17 | |||
18 | 19 | return $container->getDefinition('templating.helper.assets'); |
|
19 | } |
||
20 | |||
32 |