Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
34 | private function setConfigToContainerBuilder(array $defaults) |
||
35 | { |
||
36 | $config = $this->validateConfig($defaults); |
||
37 | $config['configPath'] = Helpers::expand($config['configPath'], $this->getContainerBuilder()->parameters); |
||
38 | $this->getContainerBuilder()->parameters += $config; |
||
39 | } |
||
40 | |||
48 |
This method has been deprecated.