GrumPHP\Event\Subscriber\StashUnstagedChangesSubscriber::__construct PHP Method

__construct() public method

public __construct ( GrumPHP $grumPHP, Repository $repository, GrumPHP\IO\IOInterface $io )
$grumPHP GrumPHP\Configuration\GrumPHP
$repository Gitonomy\Git\Repository
$io GrumPHP\IO\IOInterface
    public function __construct(GrumPHP $grumPHP, Repository $repository, IOInterface $io)
    {
        $this->grumPHP = $grumPHP;
        $this->repository = $repository;
        $this->io = $io;
    }