N98\Magento\Command\Developer\Module\Rewrite\ClassExistsChecker::endContext PHP Method

endContext() private method

private endContext ( $context )
$context
    private function endContext($context)
    {
        if (isset($context->terminator)) {
            /** @var $terminator AutoloadHandler */
            $terminator = $context->terminator;
            $terminator->reset();
        }
        $this->context = null;
    }