PhpParser\Parser\Php7::reduceRule211 PHP Method

reduceRule211() protected method

protected reduceRule211 ( )
    protected function reduceRule211() {
         $this->semValue = new Stmt\Else_(is_array($this->semStack[$this->stackPos-(2-2)]) ? $this->semStack[$this->stackPos-(2-2)] : array($this->semStack[$this->stackPos-(2-2)]), $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php7