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

popStash() public method

public popStash ( RunnerEvent $e ) : void
$e GrumPHP\Event\RunnerEvent
return void
    public function popStash(RunnerEvent $e)
    {
        if (!$this->isStashEnabled($e->getContext())) {
            return;
        }
        $this->doPopStash();
    }