Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | class ImportExtension extends Extension |
||
32 | { |
||
33 | |||
34 | /** |
||
35 | * Load's the bundles DI configuration. |
||
36 | * |
||
37 | * @param array $configs The array with the configuration |
||
38 | * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container The container instance |
||
39 | */ |
||
40 | public function load(array $configs, ContainerBuilder $container) |
||
46 |