| Conditions | 3 |
| Paths | 3 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 4.125 |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | 6 | public function process(ContainerBuilder $container) |
|
| 12 | { |
||
| 13 | 6 | if (!$container->hasDefinition('assetic.asset_manager')) { |
|
| 14 | 6 | return; |
|
| 15 | } |
||
| 16 | |||
| 17 | foreach ($container->getParameter("twital.loader_regexs") as $regex) { |
||
| 18 | $this->setAppDirectoryResources($container, $regex); |
||
| 19 | } |
||
| 20 | } |
||
| 21 | |||
| 36 |