1 | <?php |
||
14 | class InputMerger |
||
15 | { |
||
16 | /** |
||
17 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
18 | * @param \PHPSemVerChecker\Configuration\Configuration $config |
||
19 | */ |
||
20 | 1 | public function merge(InputInterface $input, Configuration $config) |
|
32 | |||
33 | /** |
||
34 | * @param array $array |
||
35 | * @return array |
||
36 | */ |
||
37 | 1 | private function getKeysOfNullValues(array $array) |
|
41 | } |