League\CommonMark\UnmatchedBlockCloser::resetTip PHP Method

resetTip() public method

public resetTip ( )
    public function resetTip()
    {
        $this->oldTip = $this->context->getTip();
    }