Total Complexity | 4 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
8 | trait ExtendsConfigTrait { |
||
9 | /** |
||
10 | * Extends the WP Emerge config in the container with a new key. |
||
11 | * |
||
12 | * @param \Pimple\Container $container |
||
13 | * @param string $key |
||
14 | * @param mixed $default |
||
15 | * @return void |
||
16 | */ |
||
17 | protected function extendConfig( $container, $key, $default ) { |
||
30 |