PhpSpec\CodeAnalysis\TokenizedTypeHintRewriter::reset PHP Method

reset() private method

private reset ( )
    private function reset()
    {
        $this->state = self::STATE_DEFAULT;
        $this->currentClass = '';
        $this->currentFunction = '';
    }