League\CommonMark\UnmatchedBlockCloser::__construct PHP Method

__construct() public method

public __construct ( League\CommonMark\ContextInterface $context )
$context League\CommonMark\ContextInterface
    public function __construct(ContextInterface $context)
    {
        $this->context = $context;
        $this->resetTip();
    }