Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
37 | private function createIndexConfigurationRepository(array $config, ContainerBuilder $container) |
||
38 | { |
||
39 | $container |
||
40 | 1 | ->register( |
|
41 | 1 | 'gbprod.elasticsearch_extra.index_configuration_repository', |
|
42 | IndexConfigurationRepository::class |
||
43 | 1 | ) |
|
44 | 1 | ->addArgument($config['indices']) |
|
45 | ; |
||
46 | 1 | } |
|
47 | } |
||
48 |