PDepend\Source\Language\PHP\AbstractPHPParser::tearDownEnvironment PHP Method

tearDownEnvironment() protected method

Restores the parser environment back.
Since: 0.9.12
protected tearDownEnvironment ( ) : void
return void
    protected function tearDownEnvironment()
    {
        ini_restore('xdebug.max_nesting_level');
        $this->useSymbolTable->destroyScope();
    }
AbstractPHPParser