League\CommonMark\UnmatchedBlockCloser::areAllClosed PHP Method

areAllClosed() public method

public areAllClosed ( ) : boolean
return boolean
    public function areAllClosed()
    {
        return $this->context->getTip() === $this->lastMatchedContainer;
    }