PHPParser_Parser::yyn103 PHP Method

yyn103() protected method

protected yyn103 ( $line, $docComment )
    protected function yyn103($line, $docComment)
    {
        $this->yyval = is_array($this->yyastk[$this->yysp - (1 - 1)]) ? $this->yyastk[$this->yysp - (1 - 1)] : array($this->yyastk[$this->yysp - (1 - 1)]);
    }
PHPParser_Parser