protected function yyn1($attributes)
 {
     $this->yyval = PHPParser_Node_Stmt_Namespace::postprocess($this->yyastk[$this->stackPos - (1 - 1)]);
 }
Example #2
0
 protected function yyn1($line, $docComment)
 {
     $this->yyval = PHPParser_Node_Stmt_Namespace::postprocess($this->yyastk[$this->yysp - (1 - 1)]);
 }