PhpParser\Parser\Php7::reduceRule308 PHP Method

reduceRule308() protected method

protected reduceRule308 ( )
    protected function reduceRule308() {
         $this->semValue = new Expr\PostDec($this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php7