PHP Class PHPSemVerChecker\Console\InputMerger

This is to ensure that CLI input has priority and is prepared for validation by symfony/console commands.
Show file Open project: tomzx/php-semver-checker Class Usage Examples

Public Methods

Method Description
merge ( Symfony\Component\Console\Input\InputInterface $input, PHPSemVerChecker\Configuration\Configuration $config )

Method Details

merge() public method

public merge ( Symfony\Component\Console\Input\InputInterface $input, PHPSemVerChecker\Configuration\Configuration $config )
$input Symfony\Component\Console\Input\InputInterface
$config PHPSemVerChecker\Configuration\Configuration