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

handleErrors() public method

public handleErrors ( ) : void
return void
    public function handleErrors()
    {
        if (!$this->grumPHP->ignoreUnstagedChanges()) {
            return;
        }
        $this->doPopStash();
    }