PHP Class PsyGit\Command\FetchPullRequestNumber

Author: Jefersson Nathan ([email protected])
Show file Open project: malukenho/PsyGit

Public Methods

Method Description
__construct ( callable $commandHandler )
__invoke ( integer $pullRequest, string $branch, string $remote = self::DEFAULT_REMOTE )

Method Details

__construct() public method

public __construct ( callable $commandHandler )
$commandHandler callable

__invoke() public method

public __invoke ( integer $pullRequest, string $branch, string $remote = self::DEFAULT_REMOTE )
$pullRequest integer
$branch string
$remote string